Searched defs:u_0 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp46 static const UChar u_0 = 0x30; variable
49 static const UChar kZero[] = {u_0};
797 while (idx <= lastIdx && formatStr.charAt(idx) == u_0) {
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp46 static const UChar u_0 = 0x30; variable
49 static const UChar kZero[] = {u_0};
797 while (idx <= lastIdx && formatStr.charAt(idx) == u_0) {

Completed in 63 milliseconds