Home
last modified time | relevance | path

Searched refs:typeValue (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ddtptngen.cpp1022 int32_t typeValue = row->field; in adjustFieldTypes() local
1023 if (fixFractionalSeconds && typeValue == UDATPG_SECOND_FIELD) { in adjustFieldTypes()
1028 if (dtMatcher->skeleton.type[typeValue]!=0) { in adjustFieldTypes()
1050 UnicodeString reqField = dtMatcher->skeleton.original[typeValue]; in adjustFieldTypes()
1053 … if ( (typeValue==UDATPG_HOUR_FIELD && (options & UDATPG_MATCH_HOUR_FIELD_LENGTH)==0) || in adjustFieldTypes()
1054 … (typeValue==UDATPG_MINUTE_FIELD && (options & UDATPG_MATCH_MINUTE_FIELD_LENGTH)==0) || in adjustFieldTypes()
1055 … (typeValue==UDATPG_SECOND_FIELD && (options & UDATPG_MATCH_SECOND_FIELD_LENGTH)==0) ) { in adjustFieldTypes()
1058 UnicodeString skelField = specifiedSkeleton->original[typeValue]; in adjustFieldTypes()
1061 UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0); in adjustFieldTypes()
1067 …UChar c = (typeValue!= UDATPG_HOUR_FIELD && typeValue!= UDATPG_MONTH_FIELD)? reqField.charAt(0): f… in adjustFieldTypes()
[all …]
/external/chromium/third_party/icu/source/i18n/
Ddtptngen.cpp1013 int32_t typeValue = row->field; in adjustFieldTypes() local
1014 if (fixFractionalSeconds && typeValue == UDATPG_SECOND_FIELD) { in adjustFieldTypes()
1019 if (dtMatcher->skeleton.type[typeValue]!=0) { in adjustFieldTypes()
1036 UnicodeString reqField = dtMatcher->skeleton.original[typeValue]; in adjustFieldTypes()
1040 UnicodeString skelField = specifiedSkeleton->original[typeValue]; in adjustFieldTypes()
1043 UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0); in adjustFieldTypes()
1049 UChar c = (typeValue!= UDATPG_HOUR_FIELD)? reqField.charAt(0): field.charAt(0); in adjustFieldTypes()
1558 int32_t typeValue = row->field; in set() local
1559 skeletonResult.original[typeValue]=field; in set()
1563 skeletonResult.baseOriginal[typeValue] += repeatChar; in set()
[all …]