OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asciidigits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
nfrs.cpp
765
static const uint8_t
asciiDigits
[] = {
865
*p++ = (char)raw ? 0 :
asciiDigits
[0];
873
*p++ = raw ? (char)d :
asciiDigits
[d];
911
*p++ = (UChar)raw ? 0 :
asciiDigits
[0];
919
*p++ = (UChar)(raw ? d :
asciiDigits
[d]);
/external/icu4c/i18n/
nfrs.cpp
790
static const uint8_t
asciiDigits
[] = {
890
*p++ = (char)raw ? 0 :
asciiDigits
[0];
898
*p++ = raw ? (char)d :
asciiDigits
[d];
936
*p++ = (UChar)raw ? 0 :
asciiDigits
[0];
944
*p++ = (UChar)(raw ? d :
asciiDigits
[d]);
Completed in 59 milliseconds