Home
last modified time | relevance | path

Searched refs:patText (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Duregex.cpp150 UText patText = UTEXT_INITIALIZER; in uregex_open() local
151 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
157 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
159 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
161 utext_close(&patText); in uregex_open()
233 UText patText = UTEXT_INITIALIZER; in uregex_openUText() local
234 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
240 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
242 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
244 utext_close(&patText); in uregex_openUText()
Dusearch.cpp1414 const char16_t * patText = ss->pattern.text; in CEIBuffer() local
1415 if (patText) { in CEIBuffer()
1416 const char16_t * patTextLimit = patText + ss->pattern.textLength; in CEIBuffer()
1417 while ( patText < patTextLimit ) { in CEIBuffer()
1418 char16_t c = *patText++; in CEIBuffer()
/third_party/icu/icu4c/source/i18n/
Duregex.cpp150 UText patText = UTEXT_INITIALIZER; in uregex_open() local
151 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
157 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
159 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
161 utext_close(&patText); in uregex_open()
233 UText patText = UTEXT_INITIALIZER; in uregex_openUText() local
234 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
240 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
242 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
244 utext_close(&patText); in uregex_openUText()
Dusearch.cpp1416 const UChar * patText = ss->pattern.text; in CEIBuffer() local
1417 if (patText) { in CEIBuffer()
1418 const UChar * patTextLimit = patText + ss->pattern.textLength; in CEIBuffer()
1419 while ( patText < patTextLimit ) { in CEIBuffer()
1420 UChar c = *patText++; in CEIBuffer()
/third_party/skia/third_party/externals/icu/source/i18n/
Duregex.cpp150 UText patText = UTEXT_INITIALIZER; in uregex_open() local
151 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
157 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
159 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
161 utext_close(&patText); in uregex_open()
233 UText patText = UTEXT_INITIALIZER; in uregex_openUText() local
234 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
240 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
242 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
244 utext_close(&patText); in uregex_openUText()
Dusearch.cpp3490 const UChar * patText = ss->pattern.text; in CEIBuffer() local
3491 if (patText) { in CEIBuffer()
3492 const UChar * patTextLimit = patText + ss->pattern.textLength; in CEIBuffer()
3493 while ( patText < patTextLimit ) { in CEIBuffer()
3494 UChar c = *patText++; in CEIBuffer()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java448 String patText; in formatPattern() local
452 patText = bundle.getStringWithFallback("zoneStrings/" + pat.key()); in formatPattern()
454 patText = pat.defaultValue(); in formatPattern()
457 _patternFormatters[idx] = new MessageFormat(patText); in formatPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneGenericNames.java452 String patText; in formatPattern() local
456 patText = bundle.getStringWithFallback("zoneStrings/" + pat.key()); in formatPattern()
458 patText = pat.defaultValue(); in formatPattern()
461 _patternFormatters[idx] = new MessageFormat(patText); in formatPattern()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DJapaneseTest.java246 final String patText = "Gy年M月d日"; in TestForceGannenNumbering() local
251 SimpleDateFormat testFmt1 = new SimpleDateFormat(patText, loc); in TestForceGannenNumbering()
267 testFmt2.applyPattern(patText); in TestForceGannenNumbering()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DJapaneseTest.java243 final String patText = "Gy年M月d日"; in TestForceGannenNumbering() local
248 SimpleDateFormat testFmt1 = new SimpleDateFormat(patText, loc); in TestForceGannenNumbering()
264 testFmt2.applyPattern(patText); in TestForceGannenNumbering()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java1950 String patText = ss.pattern_.text_; in CEBuffer() local
1951 if (patText != null) { in CEBuffer()
1952 for (int i = 0; i < patText.length(); i++) { in CEBuffer()
1953 char c = patText.charAt(i); in CEBuffer()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1963 String patText = ss.pattern_.text_; in CEBuffer() local
1964 if (patText != null) { in CEBuffer()
1965 for (int i = 0; i < patText.length(); i++) { in CEBuffer()
1966 char c = patText.charAt(i); in CEBuffer()
/third_party/icu/icu4c/source/test/intltest/
Dincaltst.cpp716 UnicodeString patText(u"Gy年M月d日",-1); in TestForceGannenNumbering() local
722 LocalPointer<SimpleDateFormat> testFmt1(new SimpleDateFormat(patText, loc, status)); in TestForceGannenNumbering()
743 testFmt2->applyPattern(patText); in TestForceGannenNumbering()