Home | History | Annotate | Download | only in i18n

Lines Matching refs:PATTERN_CHAR_BASE

1227     int8_t PATTERN_CHAR_BASE = 0x41;
1240 UBool repeated = patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)];
1242 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE;
1271 if ( patternRepeated[(int)(prevCh - PATTERN_CHAR_BASE)] == FALSE ) {
1364 const int8_t PATTERN_CHAR_BASE = 0x41;
1380 int32_t fieldCount = bestMatchSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1381 int32_t inputFieldCount = inputSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1419 int32_t fieldCount = bestMatchSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];
1420 int32_t inputFieldCount = inputSkeletonFieldWidth[(int)(skeletonChar - PATTERN_CHAR_BASE)];