/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen.cpp | 2243 UChar repeatChar = row->patternChar; in set() 2266 for (i = 0; dtTypes[i].patternChar != 0; i++) { in set() 2269 … skeletonResult.original.populate(UDATPG_SECOND_FIELD, dtTypes[i].patternChar, dtTypes[i].minLen); in set() 2270 …skeletonResult.baseOriginal.populate(UDATPG_SECOND_FIELD, dtTypes[i].patternChar, dtTypes[i].minLe… in set() 2286 for (i = 0; dtTypes[i].patternChar != 0; i++) { in set() 2289 …skeletonResult.original.populate(UDATPG_DAYPERIOD_FIELD, dtTypes[i].patternChar, dtTypes[i].minLen… in set() 2290 …keletonResult.baseOriginal.populate(UDATPG_DAYPERIOD_FIELD, dtTypes[i].patternChar, dtTypes[i].min… in set() 2455 while (dtTypes[i].patternChar != 0x0000) { in getCanonicalIndex() 2456 if ( dtTypes[i].patternChar != ch ) { in getCanonicalIndex() 2461 if (dtTypes[i].patternChar != dtTypes[i+1].patternChar) { in getCanonicalIndex()
|
D | dtptngen_impl.h | 114 UChar patternChar; member
|
D | rematch.cpp | 2899 UChar32 patternChar; in MatchAt() local 2908 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt() 2909 if (patternChar != inputChar) { in MatchAt()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 2251 UChar repeatChar = row->patternChar; in set() 2274 for (i = 0; dtTypes[i].patternChar != 0; i++) { in set() 2277 … skeletonResult.original.populate(UDATPG_SECOND_FIELD, dtTypes[i].patternChar, dtTypes[i].minLen); in set() 2278 …skeletonResult.baseOriginal.populate(UDATPG_SECOND_FIELD, dtTypes[i].patternChar, dtTypes[i].minLe… in set() 2294 for (i = 0; dtTypes[i].patternChar != 0; i++) { in set() 2297 …skeletonResult.original.populate(UDATPG_DAYPERIOD_FIELD, dtTypes[i].patternChar, dtTypes[i].minLen… in set() 2298 …keletonResult.baseOriginal.populate(UDATPG_DAYPERIOD_FIELD, dtTypes[i].patternChar, dtTypes[i].min… in set() 2463 while (dtTypes[i].patternChar != 0x0000) { in getCanonicalIndex() 2464 if ( dtTypes[i].patternChar != ch ) { in getCanonicalIndex() 2469 if (dtTypes[i].patternChar != dtTypes[i+1].patternChar) { in getCanonicalIndex()
|
D | dtptngen_impl.h | 114 UChar patternChar; member
|
D | rematch.cpp | 2889 UChar32 patternChar; in MatchAt() local 2898 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt() 2899 if (patternChar != inputChar) { in MatchAt()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 2251 UChar repeatChar = row->patternChar; in set() 2274 for (i = 0; dtTypes[i].patternChar != 0; i++) { in set() 2277 … skeletonResult.original.populate(UDATPG_SECOND_FIELD, dtTypes[i].patternChar, dtTypes[i].minLen); in set() 2278 …skeletonResult.baseOriginal.populate(UDATPG_SECOND_FIELD, dtTypes[i].patternChar, dtTypes[i].minLe… in set() 2294 for (i = 0; dtTypes[i].patternChar != 0; i++) { in set() 2297 …skeletonResult.original.populate(UDATPG_DAYPERIOD_FIELD, dtTypes[i].patternChar, dtTypes[i].minLen… in set() 2298 …keletonResult.baseOriginal.populate(UDATPG_DAYPERIOD_FIELD, dtTypes[i].patternChar, dtTypes[i].min… in set() 2463 while (dtTypes[i].patternChar != 0x0000) { in getCanonicalIndex() 2464 if ( dtTypes[i].patternChar != ch ) { in getCanonicalIndex() 2469 if (dtTypes[i].patternChar != dtTypes[i+1].patternChar) { in getCanonicalIndex()
|
D | dtptngen_impl.h | 114 UChar patternChar; member
|
D | rematch.cpp | 2889 UChar32 patternChar; in MatchAt() local 2898 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt() 2899 if (patternChar != inputChar) { in MatchAt()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtptngts.cpp | 1002 char patternChar; member 1088 skelBuf[chrIndx] = testDataPtr->patternChar; in testAllFieldPatterns() 1102 … locale.getName(), testDataPtr->patternChar, skelLen, u_errorName(status)); in testAllFieldPatterns() 1105 locale.getName(), testDataPtr->patternChar, skelLen); in testAllFieldPatterns()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 2097 UChar repeatChar = row->patternChar; in set() 2113 for (i = 0; dtTypes[i].patternChar != 0; i++) { in set() 2116 …skeletonResult.original.populate(UDATPG_DAYPERIOD_FIELD, dtTypes[i].patternChar, dtTypes[i].minLen… in set() 2117 …keletonResult.baseOriginal.populate(UDATPG_DAYPERIOD_FIELD, dtTypes[i].patternChar, dtTypes[i].min… in set() 2282 while (dtTypes[i].patternChar != 0x0000) { in getCanonicalIndex() 2283 if ( dtTypes[i].patternChar != ch ) { in getCanonicalIndex() 2288 if (dtTypes[i].patternChar != dtTypes[i+1].patternChar) { in getCanonicalIndex()
|
D | dtptngen_impl.h | 114 UChar patternChar; member
|
D | rematch.cpp | 2861 UChar32 patternChar; in MatchAt() local 2870 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt() 2871 if (patternChar != inputChar) { in MatchAt()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 1441 public char patternChar; field in DateTimeGeneratorTest.AllFieldsTestItem 1446 patternChar = pC; in AllFieldsTestItem() 1520 skelBuf[chrIndx] = testItem.patternChar; in TestAllFieldPatterns()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 1438 public char patternChar; field in DateTimeGeneratorTest.AllFieldsTestItem 1443 patternChar = pC; in AllFieldsTestItem() 1517 skelBuf[chrIndx] = testItem.patternChar; in TestAllFieldPatterns()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 1917 UChar patternChar; // for future use member 1937 for ( itemPtr=patCharToFieldsItems; itemPtr->patternChar!=(UChar)0; itemPtr++) { in TestMapDateToCalFields() 1941 itemPtr->patternChar, itemPtr->dateField, itemPtr->calField, calField); in TestMapDateToCalFields()
|