/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdispnames.cpp | 497 int32_t patLen = 0; in uloc_getDisplayName() local 531 pattern=ures_getStringByKeyWithFallback(dspbundle.getAlias(), _kPattern, &patLen, &status); in uloc_getDisplayName() 558 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) { in uloc_getDisplayName() 560 patLen=defaultPatLen; in uloc_getDisplayName() 737 padLen=(subi==0 ? sub1Pos : patLen)-patPos; in uloc_getDisplayName()
|
H A D | uniset.cpp | 180 setPattern(o.pat, o.patLen); in UnicodeSet() 253 setPattern(o.pat, o.patLen); in copyFrom() 2027 for (i=0; i<patLen; ) { 2029 U16_NEXT(pat, i, patLen, c); 2146 patLen = 0; 2157 patLen = newPatLen; 2158 u_memcpy(pat, newPat, patLen); 2159 pat[patLen] = 0;
|
/third_party/icu/icu4c/source/common/ |
H A D | locdispnames.cpp | 509 int32_t patLen = 0; in uloc_getDisplayName() local 543 pattern=ures_getStringByKeyWithFallback(dspbundle.getAlias(), _kPattern, &patLen, &status); in uloc_getDisplayName() 570 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) { in uloc_getDisplayName() 572 patLen=defaultPatLen; in uloc_getDisplayName() 749 padLen=(subi==0 ? sub1Pos : patLen)-patPos; in uloc_getDisplayName()
|
H A D | uniset.cpp | 180 setPattern(o.pat, o.patLen); in UnicodeSet() 253 setPattern(o.pat, o.patLen); in copyFrom() 2036 for (i=0; i<patLen; ) { 2038 U16_NEXT(pat, i, patLen, c); 2155 patLen = 0; 2166 patLen = newPatLen; 2167 u_memcpy(pat, newPat, patLen); 2168 pat[patLen] = 0;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locdispnames.cpp | 509 int32_t patLen = 0; in uloc_getDisplayName() local 543 pattern=ures_getStringByKeyWithFallback(dspbundle.getAlias(), _kPattern, &patLen, &status); in uloc_getDisplayName() 570 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) { in uloc_getDisplayName() 572 patLen=defaultPatLen; in uloc_getDisplayName() 749 padLen=(subi==0 ? sub1Pos : patLen)-patPos; in uloc_getDisplayName()
|
H A D | uniset.cpp | 180 setPattern(o.pat, o.patLen); in UnicodeSet() 253 setPattern(o.pat, o.patLen); in copyFrom() 2036 for (i=0; i<patLen; ) { 2038 U16_NEXT(pat, i, patLen, c); 2155 patLen = 0; 2166 patLen = newPatLen; 2167 u_memcpy(pat, newPat, patLen); 2168 pat[patLen] = 0;
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | udatpg_test.c | 437 int32_t patLen = udatpg_getBestPatternWithOptions(dtpgen, testDataPtr->skel, -1, in TestOptions() local 440 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) { in TestOptions()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uniset.h | 314 int32_t patLen = 0; member in U_FINAL
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uniset.h | 314 int32_t patLen = 0; member in final
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uniset.h | 308 int32_t patLen = 0; member in U_FINAL
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 1535 int patIndx, patLen = pattern.length(); in TestAllFieldPatterns() 1536 for (patIndx = 0; patIndx < patLen; patIndx++) { in TestAllFieldPatterns() 1546 if (patIndx >= patLen) { in TestAllFieldPatterns()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtptngts.cpp | 1112 int32_t patIndx, patLen = pattern.length(); in testAllFieldPatterns() local 1114 for (patIndx = 0; patIndx < patLen; patIndx++) { in testAllFieldPatterns() 1124 if (patIndx >= patLen) { in testAllFieldPatterns()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 1251 int32_t patPos, patLen = patternForm.length(); in mapSkeletonMetacharacters() local 1252 for (patPos = 0; patPos < patLen; patPos++) { in mapSkeletonMetacharacters() 1265 while (patPos+1 < patLen && patternForm.charAt(patPos+1)==patChr) { in mapSkeletonMetacharacters()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 1243 int32_t patPos, patLen = patternForm.length(); in mapSkeletonMetacharacters() local 1244 for (patPos = 0; patPos < patLen; patPos++) { in mapSkeletonMetacharacters() 1257 while (patPos+1 < patLen && patternForm.charAt(patPos+1)==patChr) { in mapSkeletonMetacharacters()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 1234 int32_t patPos, patLen = patternForm.length(); 1235 for (patPos = 0; patPos < patLen; patPos++) { 1248 while (patPos+1 < patLen && patternForm.charAt(patPos+1)==patChr) {
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 1532 int patIndx, patLen = pattern.length(); in TestAllFieldPatterns() 1533 for (patIndx = 0; patIndx < patLen; patIndx++) { in TestAllFieldPatterns() 1543 if (patIndx >= patLen) { in TestAllFieldPatterns()
|