Home
last modified time | relevance | path

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

123

/third_party/icu/icu4c/source/i18n/
H A Dumsg.cpp63 int32_t patternLength, in u_formatMessage()
75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
85 int32_t patternLength, in u_vformatMessage()
93 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vformatMessage()
102 int32_t patternLength, in u_formatMessageWithError()
115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError()
125 int32_t patternLength, in u_vformatMessageWithError()
134 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError()
148 int32_t patternLength, in u_parseMessage()
160 u_vparseMessage(locale,pattern,patternLength,sourc in u_parseMessage()
61 u_formatMessage(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UErrorCode *status, ...) u_formatMessage() argument
83 u_vformatMessage( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) u_vformatMessage() argument
100 u_formatMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) u_formatMessageWithError() argument
123 u_vformatMessageWithError( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) u_vformatMessageWithError() argument
146 u_parseMessage( const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UErrorCode *status, ...) u_parseMessage() argument
166 u_vparseMessage(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UErrorCode *status) u_vparseMessage() argument
182 u_parseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) u_parseMessageWithError() argument
203 u_vparseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) u_vparseMessageWithError() argument
226 umsg_open( const UChar *pattern, int32_t patternLength, const char *locale, UParseError *parseError, UErrorCode *status) umsg_open() argument
313 umsg_applyPattern(UMessageFormat *fmt, const UChar* pattern, int32_t patternLength, UParseError* parseError, UErrorCode* status) umsg_applyPattern() argument
616 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) umsg_autoQuoteApostrophe() argument
[all...]
H A Dudatpg.cpp124 const UChar *pattern, int32_t patternLength, in udatpg_addPattern()
131 if(pattern==NULL && patternLength!=0) { in udatpg_addPattern()
135 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength); in udatpg_addPattern()
274 const UChar *pattern, int32_t patternLength, in udatpg_replaceFieldTypes()
278 return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength, in udatpg_replaceFieldTypes()
285 const UChar *pattern, int32_t patternLength, in udatpg_replaceFieldTypesWithOptions()
293 if((pattern==NULL && patternLength!=0) || (skeleton==NULL && skeletonLength!=0)) { in udatpg_replaceFieldTypesWithOptions()
297 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength); in udatpg_replaceFieldTypesWithOptions()
123 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) udatpg_addPattern() argument
273 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypes() argument
284 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) udatpg_replaceFieldTypesWithOptions() argument
[all...]
H A Dnumber_compact.cpp41 int32_t countZeros(const UChar *patternString, int32_t patternLength) { in countZeros() argument
45 for (int32_t i = 0; i < patternLength; i++) { in countZeros()
199 int32_t patternLength; in put() local
200 const UChar *patternString = value.getString(patternLength, status); in put()
204 patternLength = 0; in put()
213 int32_t numZeros = countZeros(patternString, patternLength); in put()
/third_party/node/deps/icu-small/source/i18n/
H A Dumsg.cpp63 int32_t patternLength, in u_formatMessage()
75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
85 int32_t patternLength, in u_vformatMessage()
93 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,nullptr,status); in u_vformatMessage()
102 int32_t patternLength, in u_formatMessageWithError()
115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError()
125 int32_t patternLength, in u_vformatMessageWithError()
134 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError()
148 int32_t patternLength, in u_parseMessage()
160 u_vparseMessage(locale,pattern,patternLength,sourc in u_parseMessage()
61 u_formatMessage(const char *locale, const char16_t *pattern, int32_t patternLength, char16_t *result, int32_t resultLength, UErrorCode *status, ...) u_formatMessage() argument
83 u_vformatMessage( const char *locale, const char16_t *pattern, int32_t patternLength, char16_t *result, int32_t resultLength, va_list ap, UErrorCode *status) u_vformatMessage() argument
100 u_formatMessageWithError(const char *locale, const char16_t *pattern, int32_t patternLength, char16_t *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) u_formatMessageWithError() argument
123 u_vformatMessageWithError( const char *locale, const char16_t *pattern, int32_t patternLength, char16_t *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) u_vformatMessageWithError() argument
146 u_parseMessage( const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, UErrorCode *status, ...) u_parseMessage() argument
166 u_vparseMessage(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, va_list ap, UErrorCode *status) u_vparseMessage() argument
182 u_parseMessageWithError(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) u_parseMessageWithError() argument
203 u_vparseMessageWithError(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) u_vparseMessageWithError() argument
226 umsg_open( const char16_t *pattern, int32_t patternLength, const char *locale, UParseError *parseError, UErrorCode *status) umsg_open() argument
313 umsg_applyPattern(UMessageFormat *fmt, const char16_t* pattern, int32_t patternLength, UParseError* parseError, UErrorCode* status) umsg_applyPattern() argument
616 umsg_autoQuoteApostrophe(const char16_t* pattern, int32_t patternLength, char16_t* dest, int32_t destCapacity, UErrorCode* ec) umsg_autoQuoteApostrophe() argument
[all...]
H A Dudatpg.cpp124 const char16_t *pattern, int32_t patternLength, in udatpg_addPattern()
131 if(pattern==nullptr && patternLength!=0) { in udatpg_addPattern()
135 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength); in udatpg_addPattern()
274 const char16_t *pattern, int32_t patternLength, in udatpg_replaceFieldTypes()
278 return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength, in udatpg_replaceFieldTypes()
285 const char16_t *pattern, int32_t patternLength, in udatpg_replaceFieldTypesWithOptions()
293 if((pattern==nullptr && patternLength!=0) || (skeleton==nullptr && skeletonLength!=0)) { in udatpg_replaceFieldTypesWithOptions()
297 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength); in udatpg_replaceFieldTypesWithOptions()
123 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const char16_t *pattern, int32_t patternLength, UBool override, char16_t *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) udatpg_addPattern() argument
273 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const char16_t *pattern, int32_t patternLength, const char16_t *skeleton, int32_t skeletonLength, char16_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypes() argument
284 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const char16_t *pattern, int32_t patternLength, const char16_t *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, char16_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypesWithOptions() argument
[all...]
H A Dnumber_compact.cpp41 int32_t countZeros(const char16_t *patternString, int32_t patternLength) { in countZeros() argument
45 for (int32_t i = 0; i < patternLength; i++) { in countZeros()
199 int32_t patternLength; in put() local
200 const char16_t *patternString = value.getString(patternLength, status); in put()
204 patternLength = 0; in put()
213 int32_t numZeros = countZeros(patternString, patternLength); in put()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dumsg.cpp63 int32_t patternLength, in u_formatMessage()
75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
85 int32_t patternLength, in u_vformatMessage()
93 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vformatMessage()
102 int32_t patternLength, in u_formatMessageWithError()
115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError()
125 int32_t patternLength, in u_vformatMessageWithError()
134 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError()
148 int32_t patternLength, in u_parseMessage()
160 u_vparseMessage(locale,pattern,patternLength,sourc in u_parseMessage()
61 u_formatMessage(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UErrorCode *status, ...) u_formatMessage() argument
83 u_vformatMessage( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) u_vformatMessage() argument
100 u_formatMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) u_formatMessageWithError() argument
123 u_vformatMessageWithError( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) u_vformatMessageWithError() argument
146 u_parseMessage( const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UErrorCode *status, ...) u_parseMessage() argument
166 u_vparseMessage(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UErrorCode *status) u_vparseMessage() argument
182 u_parseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) u_parseMessageWithError() argument
203 u_vparseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) u_vparseMessageWithError() argument
226 umsg_open( const UChar *pattern, int32_t patternLength, const char *locale, UParseError *parseError, UErrorCode *status) umsg_open() argument
313 umsg_applyPattern(UMessageFormat *fmt, const UChar* pattern, int32_t patternLength, UParseError* parseError, UErrorCode* status) umsg_applyPattern() argument
616 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) umsg_autoQuoteApostrophe() argument
[all...]
H A Dudatpg.cpp124 const UChar *pattern, int32_t patternLength, in udatpg_addPattern()
131 if(pattern==NULL && patternLength!=0) { in udatpg_addPattern()
135 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength); in udatpg_addPattern()
239 const UChar *pattern, int32_t patternLength, in udatpg_replaceFieldTypes()
243 return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength, in udatpg_replaceFieldTypes()
250 const UChar *pattern, int32_t patternLength, in udatpg_replaceFieldTypesWithOptions()
258 if((pattern==NULL && patternLength!=0) || (skeleton==NULL && skeletonLength!=0)) { in udatpg_replaceFieldTypesWithOptions()
262 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength); in udatpg_replaceFieldTypesWithOptions()
123 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) udatpg_addPattern() argument
238 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypes() argument
249 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) udatpg_replaceFieldTypesWithOptions() argument
[all...]
H A Dnumber_compact.cpp41 int32_t countZeros(const UChar *patternString, int32_t patternLength) { in countZeros() argument
45 for (int32_t i = 0; i < patternLength; i++) { in countZeros()
195 int32_t patternLength; in put()
196 const UChar *patternString = value.getString(patternLength, status); in put()
200 patternLength = 0; in put()
209 int32_t numZeros = countZeros(patternString, patternLength); in put()
/third_party/icu/icu4c/source/common/
H A Duset_props.cpp33 uset_openPattern(const UChar* pattern, int32_t patternLength, in uset_openPattern() argument
36 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPattern()
52 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, in uset_openPatternOptions() argument
56 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPatternOptions()
74 const UChar *pattern, int32_t patternLength, in uset_applyPattern()
92 UnicodeString pat(pattern, patternLength); in uset_applyPattern()
120 uset_resemblesPattern(const UChar *pattern, int32_t patternLength, in uset_resemblesPattern() argument
123 UnicodeString pat(pattern, patternLength); in uset_resemblesPattern()
73 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument
[all...]
H A Dsimpleformatter.cpp74 int32_t patternLength = pattern.length(); in applyPatternMinMaxArguments() local
80 for (int32_t i = 0; i < patternLength;) { in applyPatternMinMaxArguments()
83 if (i < patternLength && (c = patternBuffer[i]) == APOS) { in applyPatternMinMaxArguments()
105 if ((i + 1) < patternLength && in applyPatternMinMaxArguments()
114 if (i < patternLength && DIGIT_ONE <= (c = patternBuffer[i++]) && c <= DIGIT_NINE) { in applyPatternMinMaxArguments()
116 while (i < patternLength && in applyPatternMinMaxArguments()
/third_party/node/deps/icu-small/source/common/
H A Duset_props.cpp33 uset_openPattern(const char16_t* pattern, int32_t patternLength, in uset_openPattern() argument
36 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPattern()
52 uset_openPatternOptions(const char16_t* pattern, int32_t patternLength, in uset_openPatternOptions() argument
56 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPatternOptions()
74 const char16_t *pattern, int32_t patternLength, in uset_applyPattern()
92 UnicodeString pat(pattern, patternLength); in uset_applyPattern()
120 uset_resemblesPattern(const char16_t *pattern, int32_t patternLength, in uset_resemblesPattern() argument
123 UnicodeString pat(pattern, patternLength); in uset_resemblesPattern()
73 uset_applyPattern(USet *set, const char16_t *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument
[all...]
H A Dsimpleformatter.cpp74 int32_t patternLength = pattern.length(); in applyPatternMinMaxArguments() local
80 for (int32_t i = 0; i < patternLength;) { in applyPatternMinMaxArguments()
83 if (i < patternLength && (c = patternBuffer[i]) == APOS) { in applyPatternMinMaxArguments()
105 if ((i + 1) < patternLength && in applyPatternMinMaxArguments()
114 if (i < patternLength && DIGIT_ONE <= (c = patternBuffer[i++]) && c <= DIGIT_NINE) { in applyPatternMinMaxArguments()
116 while (i < patternLength && in applyPatternMinMaxArguments()
/third_party/skia/third_party/externals/icu/source/common/
H A Duset_props.cpp33 uset_openPattern(const UChar* pattern, int32_t patternLength, in uset_openPattern() argument
36 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPattern()
52 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, in uset_openPatternOptions() argument
56 UnicodeString pat(patternLength==-1, pattern, patternLength); in uset_openPatternOptions()
74 const UChar *pattern, int32_t patternLength, in uset_applyPattern()
92 UnicodeString pat(pattern, patternLength); in uset_applyPattern()
120 uset_resemblesPattern(const UChar *pattern, int32_t patternLength, in uset_resemblesPattern() argument
123 UnicodeString pat(pattern, patternLength); in uset_resemblesPattern()
73 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument
[all...]
H A Dsimpleformatter.cpp74 int32_t patternLength = pattern.length(); in applyPatternMinMaxArguments() local
80 for (int32_t i = 0; i < patternLength;) { in applyPatternMinMaxArguments()
83 if (i < patternLength && (c = patternBuffer[i]) == APOS) { in applyPatternMinMaxArguments()
105 if ((i + 1) < patternLength && in applyPatternMinMaxArguments()
114 if (i < patternLength && DIGIT_ONE <= (c = patternBuffer[i++]) && c <= DIGIT_NINE) { in applyPatternMinMaxArguments()
116 while (i < patternLength && in applyPatternMinMaxArguments()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dumsg.h170 * @param patternLength The length of pattern
184 int32_t patternLength,
197 * @param patternLength The length of pattern
211 int32_t patternLength,
224 * @param patternLength The length of pattern
236 int32_t patternLength,
249 * @param patternLength The length of pattern
261 int32_t patternLength,
274 * @param patternLength The length of pattern
290 int32_t patternLength,
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dumsg.h170 * @param patternLength The length of pattern
184 int32_t patternLength,
197 * @param patternLength The length of pattern
211 int32_t patternLength,
224 * @param patternLength The length of pattern
236 int32_t patternLength,
249 * @param patternLength The length of pattern
261 int32_t patternLength,
274 * @param patternLength The length of pattern
290 int32_t patternLength,
[all...]
H A Dudatpg.h353 * @param patternLength the length of pattern.
367 const UChar *pattern, int32_t patternLength,
636 * @param patternLength the length of input pattern.
648 const UChar *pattern, int32_t patternLength,
668 * @param patternLength the length of input pattern.
685 const UChar *pattern, int32_t patternLength,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dumsg.h170 * @param patternLength The length of pattern
184 int32_t patternLength,
197 * @param patternLength The length of pattern
211 int32_t patternLength,
224 * @param patternLength The length of pattern
236 int32_t patternLength,
249 * @param patternLength The length of pattern
261 int32_t patternLength,
274 * @param patternLength The length of pattern
290 int32_t patternLength,
[all...]
/third_party/icu/tools/multi/proj/provider/glue/
H A Ddate_fe.cpp42 int32_t patternLength, \
93 int32_t patternLength, in GLUE_SYM()
103 patternLength, in GLUE_SYM()
210 int32_t patternLength,
225 int32_t patternLength,
251 #define GLUE_VER(x) /*printf("%c/%c|%c/%c\n", icuver[0],(#x)[0],icuver[1],(#x)[2]);*/ if(icuver[0]== (#x)[0] && icuver[1]==(#x)[2]) { DateFormat *c = glue ## DateFormat ## x :: create(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status,loc,icuver); /*fprintf(stderr, "VCF::CC %s -> %p\n", loc.getName(), c);*/ return c; }
318 int32_t patternLength,
320 DateFormat *df = vdf.createFormat(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleFormatterImpl.java91 int patternLength = pattern.length(); in compileToStringMinMaxArguments()
92 sb.ensureCapacity(patternLength); in compileToStringMinMaxArguments()
98 for (int i = 0; i < patternLength;) { in compileToStringMinMaxArguments()
101 if (i < patternLength && (c = pattern.charAt(i)) == '\'') { in compileToStringMinMaxArguments()
122 if ((i + 1) < patternLength && in compileToStringMinMaxArguments()
132 if (i < patternLength && '1' <= (c = pattern.charAt(i++)) && c <= '9') { in compileToStringMinMaxArguments()
134 while (i < patternLength && '0' <= (c = pattern.charAt(i++)) && c <= '9') { in compileToStringMinMaxArguments()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSimpleFormatterImpl.java93 int patternLength = pattern.length(); in compileToStringMinMaxArguments()
94 sb.ensureCapacity(patternLength); in compileToStringMinMaxArguments()
100 for (int i = 0; i < patternLength;) { in compileToStringMinMaxArguments()
103 if (i < patternLength && (c = pattern.charAt(i)) == '\'') { in compileToStringMinMaxArguments()
124 if ((i + 1) < patternLength && in compileToStringMinMaxArguments()
134 if (i < patternLength && '1' <= (c = pattern.charAt(i++)) && c <= '9') { in compileToStringMinMaxArguments()
136 while (i < patternLength && '0' <= (c = pattern.charAt(i++)) && c <= '9') { in compileToStringMinMaxArguments()
/third_party/icu/icu4c/source/common/unicode/
H A Duset.h286 * @param patternLength the length of the pattern, or -1 if null
292 uset_openPattern(const UChar* pattern, int32_t patternLength,
299 * @param patternLength the length of the pattern, or -1 if null
307 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
415 * @param patternLength The length of the UChar string. -1 if NUL terminated.
429 const UChar *pattern, int32_t patternLength,
505 * @param patternLength the length of the pattern, or -1 if NULL
510 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
/third_party/node/deps/icu-small/source/common/unicode/
H A Duset.h311 * @param patternLength the length of the pattern, or -1 if null
317 uset_openPattern(const UChar* pattern, int32_t patternLength,
324 * @param patternLength the length of the pattern, or -1 if null
334 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
442 * @param patternLength The length of the UChar string. -1 if NUL terminated.
459 const UChar *pattern, int32_t patternLength,
535 * @param patternLength the length of the pattern, or -1 if NULL
540 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duset.h286 * @param patternLength the length of the pattern, or -1 if null
292 uset_openPattern(const UChar* pattern, int32_t patternLength,
299 * @param patternLength the length of the pattern, or -1 if null
307 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
415 * @param patternLength The length of the UChar string. -1 if NUL terminated.
429 const UChar *pattern, int32_t patternLength,
505 * @param patternLength the length of the pattern, or -1 if NULL
510 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,

Completed in 20 milliseconds

123