Home
last modified time | relevance | path

Searched refs:stringDigit (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Ddcfmtsym.cpp443 const UnicodeString& stringDigit = getConstDigitSymbol(i); in initialize() local
444 if (stringDigit.countChar32() != 1) { in initialize()
448 UChar32 cp = stringDigit.char32At(0); in initialize()
/third_party/node/deps/icu-small/source/i18n/
Ddcfmtsym.cpp447 const UnicodeString& stringDigit = getConstDigitSymbol(i); in initialize() local
448 if (stringDigit.countChar32() != 1) { in initialize()
452 UChar32 cp = stringDigit.char32At(0); in initialize()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddcfmtsym.cpp442 const UnicodeString& stringDigit = getConstDigitSymbol(i); in initialize() local
443 if (stringDigit.countChar32() != 1) { in initialize()
447 UChar32 cp = stringDigit.char32At(0); in initialize()