Lines Matching refs:U16_LENGTH
1927 int32_t decimalCharLength = U16_LENGTH(decimalChar); in subparse()
1929 int32_t groupingCharLength = U16_LENGTH(groupingChar); in subparse()
2025 position += U16_LENGTH(ch); in subparse()
2226 int32_t padLen = U16_LENGTH(fPad); in skipPadding()
2308 int32_t affixCharLength = U16_LENGTH(affixChar); in compareSimpleAffix()
2327 int32_t len = U16_LENGTH(c); in compareSimpleAffix()
2345 len = U16_LENGTH(c); in compareSimpleAffix()
2401 int32_t len = U16_LENGTH(c); in compareSimpleAffix()
2438 pos += U16_LENGTH(c); in skipUWhiteSpace()
2469 i += U16_LENGTH(c); in compareComplexAffix()
2474 i += U16_LENGTH(c); in compareComplexAffix()
2576 (pos + U16_LENGTH(ch)) : -1; in match()
2587 i += U16_LENGTH(ch); in match()
3280 i += U16_LENGTH(c); in expandAffix()
3283 i += U16_LENGTH(c); in expandAffix()
3621 j += U16_LENGTH(c); in appendAffixPattern()
4038 pos += U16_LENGTH(ch); in applyPatternWithoutExpandAffix()
4092 pos += U16_LENGTH(zeroDigit); in applyPatternWithoutExpandAffix()
4143 U_ASSERT(U16_LENGTH(kCurrencySign) == 1); in applyPatternWithoutExpandAffix()
4163 U_ASSERT(U16_LENGTH(kQuote) == 1); in applyPatternWithoutExpandAffix()
4225 pos += U16_LENGTH(padChar); in applyPatternWithoutExpandAffix()
4242 pos += U16_LENGTH(ch); in applyPatternWithoutExpandAffix()
4260 pos += U16_LENGTH(ch); in applyPatternWithoutExpandAffix()