Searched refs:cldrFieldKey (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 1395 char cldrFieldKey[UDATPG_FIELD_KEY_MAX + 1]; in getFieldAndWidthIndices() local 1396 uprv_strncpy(cldrFieldKey, key, UDATPG_FIELD_KEY_MAX); in getFieldAndWidthIndices() 1397 cldrFieldKey[UDATPG_FIELD_KEY_MAX]=0; // ensure termination in getFieldAndWidthIndices() 1399 char* hyphenPtr = uprv_strchr(cldrFieldKey, '-'); in getFieldAndWidthIndices() 1410 if (uprv_strcmp(CLDR_FIELD_NAME[i],cldrFieldKey)==0) { in getFieldAndWidthIndices()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen.cpp | 1500 char cldrFieldKey[UDATPG_FIELD_KEY_MAX + 1]; in getFieldAndWidthIndices() local 1501 uprv_strncpy(cldrFieldKey, key, UDATPG_FIELD_KEY_MAX); in getFieldAndWidthIndices() 1502 cldrFieldKey[UDATPG_FIELD_KEY_MAX]=0; // ensure termination in getFieldAndWidthIndices() 1504 char* hyphenPtr = uprv_strchr(cldrFieldKey, '-'); in getFieldAndWidthIndices() 1515 if (uprv_strcmp(CLDR_FIELD_NAME[i],cldrFieldKey)==0) { in getFieldAndWidthIndices()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 1515 char cldrFieldKey[UDATPG_FIELD_KEY_MAX + 1]; in getFieldAndWidthIndices() local 1516 uprv_strncpy(cldrFieldKey, key, UDATPG_FIELD_KEY_MAX); in getFieldAndWidthIndices() 1517 cldrFieldKey[UDATPG_FIELD_KEY_MAX]=0; // ensure termination in getFieldAndWidthIndices() 1519 char* hyphenPtr = uprv_strchr(cldrFieldKey, '-'); in getFieldAndWidthIndices() 1530 if (uprv_strcmp(CLDR_FIELD_NAME[i],cldrFieldKey)==0) { in getFieldAndWidthIndices()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 1515 char cldrFieldKey[UDATPG_FIELD_KEY_MAX + 1]; in getFieldAndWidthIndices() local 1516 uprv_strncpy(cldrFieldKey, key, UDATPG_FIELD_KEY_MAX); in getFieldAndWidthIndices() 1517 cldrFieldKey[UDATPG_FIELD_KEY_MAX]=0; // ensure termination in getFieldAndWidthIndices() 1519 char* hyphenPtr = uprv_strchr(cldrFieldKey, '-'); in getFieldAndWidthIndices() 1530 if (uprv_strcmp(CLDR_FIELD_NAME[i],cldrFieldKey)==0) { in getFieldAndWidthIndices()
|