Searched refs:cpZero (Results 1 – 5 of 5) sorted by relevance
73 UChar32 cpZero = symbols.getCodePointZero(); in DecimalMatcher() local74 if (cpZero == -1 || !u_isdigit(cpZero) || u_digit(cpZero, 10) != 0) { in DecimalMatcher()
155 char16_t cpZero; member
1340 fields->fastData.cpZero = static_cast<char16_t>(codePointZero); in setupFastFormat()1391 *(--ptr) = static_cast<char16_t>(fields->fastData.cpZero + res.rem); in doFastFormatInt32()
90 int cpZero = symbols.getCodePointZero(); in DecimalMatcher() local91 if (cpZero == -1 || !UCharacter.isDigit(cpZero) || UCharacter.digit(cpZero) != 0) { in DecimalMatcher()
92 int cpZero = symbols.getCodePointZero(); in DecimalMatcher() local93 if (cpZero == -1 || !UCharacter.isDigit(cpZero) || UCharacter.digit(cpZero) != 0) { in DecimalMatcher()