/third_party/node/deps/icu-small/source/i18n/ |
D | uregex.cpp | 150 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()
|
D | usearch.cpp | 1414 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/ |
D | uregex.cpp | 150 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()
|
D | usearch.cpp | 1416 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/ |
D | uregex.cpp | 150 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()
|
D | usearch.cpp | 3490 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/ |
D | TimeZoneGenericNames.java | 448 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/ |
D | TimeZoneGenericNames.java | 452 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/ |
D | JapaneseTest.java | 246 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/ |
D | JapaneseTest.java | 243 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/ |
D | StringSearch.java | 1950 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/ |
D | StringSearch.java | 1963 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/ |
D | incaltst.cpp | 716 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()
|