Home | History | Annotate | Download | only in i18n

Lines Matching defs:PATTERN_CHAR_BASE

1223     int8_t PATTERN_CHAR_BASE = 0x41;
1236 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)];
1238 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE;
1267 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) {
1360 const int8_t PATTERN_CHAR_BASE = 0x41;
1376 int32_t fieldCount = bestMatchSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1377 int32_t inputFieldCount = inputSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1415 int32_t fieldCount = bestMatchSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1416 int32_t inputFieldCount = inputSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];