HomeSort by relevance Sort by last modified time
    Searched full:asciidigits (Results 1 - 1 of 1) sorted by null

  /external/icu4c/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]);

Completed in 28 milliseconds