Home | History | Annotate | Download | only in i18n

Lines Matching refs:PATTERN_CHAR_BASE

1179     int8_t PATTERN_CHAR_BASE = 0x41;
1192 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)];
1194 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE;
1223 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) {
1315 const int8_t PATTERN_CHAR_BASE = 0x41;
1331 int32_t fieldCount = bestMatchSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1332 int32_t inputFieldCount = inputSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1370 int32_t fieldCount = bestMatchSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1371 int32_t inputFieldCount = inputSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];