Searched refs:patternLength (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duset_props.cpp31 uset_openPattern(const UChar* pattern, int32_t patternLength, argument
34 UnicodeString pat(patternLength==-1, pattern, patternLength);
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, argument
54 UnicodeString pat(patternLength==-1, pattern, patternLength);
72 const UChar *pattern, int32_t patternLength,
90 UnicodeString pat(pattern, patternLength);
118 uset_resemblesPattern(const UChar *pattern, int32_t patternLength, argument
121 UnicodeString pat(pattern, patternLength);
71 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dumsg.h165 * @param patternLength The length of pattern
179 int32_t patternLength,
192 * @param patternLength The length of pattern
206 int32_t patternLength,
219 * @param patternLength The length of pattern
231 int32_t patternLength,
244 * @param patternLength The length of pattern
256 int32_t patternLength,
269 * @param patternLength The length of pattern
285 int32_t patternLength,
[all...]
H A Dudatpg.h319 * @param patternLength the length of pattern.
333 const UChar *pattern, int32_t patternLength,
491 * @param patternLength the length of input pattern.
503 const UChar *pattern, int32_t patternLength,
523 * @param patternLength the length of input pattern.
540 const UChar *pattern, int32_t patternLength,
H A Dudat.h803 * @param patternLength The number of characters in the pattern, or -1 if null-terminated.
816 int32_t patternLength,
1099 * @param patternLength The length of pattern, or -1 if null-terminated.
1107 int32_t patternLength);
1349 int32_t patternLength,
H A Dunum.h333 * @param patternLength The number of characters in the pattern, or -1
351 int32_t patternLength,
689 * @param patternLength The length of pattern, or -1 if null-terminated.
702 int32_t patternLength,
H A Duregex.h118 * @param patternLength The length of the pattern, or -1 if the pattern is
134 int32_t patternLength,
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dumsg.cpp61 int32_t patternLength,
73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
83 int32_t patternLength,
91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status);
100 int32_t patternLength,
113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
123 int32_t patternLength,
132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status);
146 int32_t patternLength,
158 u_vparseMessage(locale,pattern,patternLength,sourc
59 u_formatMessage(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UErrorCode *status, ...) argument
81 u_vformatMessage( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) argument
98 u_formatMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) argument
121 u_vformatMessageWithError( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) argument
144 u_parseMessage( const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UErrorCode *status, ...) argument
164 u_vparseMessage(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UErrorCode *status) argument
180 u_parseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) argument
201 u_vparseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) argument
224 umsg_open( const UChar *pattern, int32_t patternLength, const char *locale, UParseError *parseError, UErrorCode *status) argument
311 umsg_applyPattern(UMessageFormat *fmt, const UChar* pattern, int32_t patternLength, UParseError* parseError, UErrorCode* status) argument
620 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) argument
[all...]
H A Dudatpg.cpp120 const UChar *pattern, int32_t patternLength,
127 if(pattern==NULL && patternLength!=0) {
131 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength);
216 const UChar *pattern, int32_t patternLength,
220 return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength,
227 const UChar *pattern, int32_t patternLength,
235 if((pattern==NULL && patternLength!=0) || (skeleton==NULL && skeletonLength!=0)) {
239 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength);
119 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) argument
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
[all...]
H A Dunum.cpp39 int32_t patternLength,
59 /* UnicodeString can handle the case when patternLength = -1. */
60 const UnicodeString pat(pattern, patternLength);
85 /* UnicodeString can handle the case when patternLength = -1. */
86 const UnicodeString pat(pattern, patternLength);
739 int32_t patternLength,
754 int32_t len = (patternLength == -1 ? u_strlen(pattern) : patternLength);
37 unum_open( UNumberFormatStyle style, const UChar* pattern, int32_t patternLength, const char* locale, UParseError* parseErr, UErrorCode* status) argument
736 unum_applyPattern( UNumberFormat *fmt, UBool localized, const UChar *pattern, int32_t patternLength, UParseError *parseError, UErrorCode* status) argument
H A Dudat.cpp129 int32_t patternLength,
137 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
154 UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength);
407 int32_t patternLength)
409 const UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength);
123 udat_open(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char *locale, const UChar *tzID, int32_t tzIDLength, const UChar *pattern, int32_t patternLength, UErrorCode *status) argument
404 udat_applyPattern( UDateFormat *format, UBool localized, const UChar *pattern, int32_t patternLength) argument
H A Duregex.cpp108 int32_t patternLength,
116 if (pattern == NULL || patternLength < -1 || patternLength == 0) {
120 int32_t actualPatLen = patternLength;
144 re->fPatStringLen = patternLength;
149 utext_openUChars(&patText, patBuf, patternLength, status);
107 uregex_open( const UChar *pattern, int32_t patternLength, uint32_t flags, UParseError *pe, UErrorCode *status) argument
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Duset.h273 * @param patternLength the length of the pattern, or -1 if null
279 uset_openPattern(const UChar* pattern, int32_t patternLength,
286 * @param patternLength the length of the pattern, or -1 if null
294 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
402 * @param patternLength The length of the UChar string. -1 if NUL terminated.
416 const UChar *pattern, int32_t patternLength,
492 * @param patternLength the length of the pattern, or -1 if NULL
497 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Duset.h269 * @param patternLength the length of the pattern, or -1 if null
275 uset_openPattern(const UChar* pattern, int32_t patternLength,
282 * @param patternLength the length of the pattern, or -1 if null
290 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
398 * @param patternLength The length of the UChar string. -1 if NUL terminated.
412 const UChar *pattern, int32_t patternLength,
488 * @param patternLength the length of the pattern, or -1 if NULL
493 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Duset.h269 * @param patternLength the length of the pattern, or -1 if null
275 uset_openPattern(const UChar* pattern, int32_t patternLength,
282 * @param patternLength the length of the pattern, or -1 if null
290 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
398 * @param patternLength The length of the UChar string. -1 if NUL terminated.
412 const UChar *pattern, int32_t patternLength,
488 * @param patternLength the length of the pattern, or -1 if NULL
493 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcmsgtst.c185 int32_t patternLength = u_strlen(testCasePatterns[0]); local
187 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec);
201 patternLength = u_strlen(testCasePatterns[i]);
203 umsg_applyPattern(formatter,testCasePatterns[i],patternLength,&parseError,&ec);
868 static int32_t CallFormatMessage(const char* locale, UChar* testCasePattern, int32_t patternLength, argument
874 len = u_vformatMessage(locale, testCasePattern, patternLength, result, resultLength, ap, status);
928 static void CallParseMessage(const char* locale, UChar* pattern, int32_t patternLength, argument
933 u_vparseMessage(locale, pattern, patternLength, source, sourceLength, ap, status);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCmdMZ.c3518 int noCase, patternLength;
3723 pattern = TclGetStringFromObj(objv[i], &patternLength);
3962 int overflow = (patternLength > limit);
3966 (overflow ? limit : patternLength), pattern,
3486 int noCase, patternLength; local
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp4304 int32_t patternLength; local
4433 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4437 patternCapacity = patternLength + 1;
4441 utext_openUTF8(&patternText, patternChars, patternLength, &status);

Completed in 236 milliseconds