HomeSort by relevance Sort by last modified time
    Searched refs:u_charDigitValue (Results 1 - 24 of 24) sorted by null

  /external/icu4c/samples/props/
props.cpp 43 printf(" is digit: %d decimal digit value: %d\n", u_isdigit(codePoint), u_charDigitValue(codePoint));
  /external/icu4c/i18n/unicode/
dcfmtsym.h 437 if ( u_charDigitValue(sym) == 0 ) {
  /external/icu4c/common/
uchar.c 376 u_charDigitValue(UChar32 c) {
473 value=(int8_t)u_charDigitValue(ch);
rbbiscan.cpp 464 uint32_t v = u_charDigitValue(fC.fChar);
    [all...]
  /external/icu4c/common/unicode/
uchar.h     [all...]
urename.h 216 #define u_charDigitValue U_ICU_ENTRY_POINT_RENAME(u_charDigitValue)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h     [all...]
urename.h 127 #define u_charDigitValue u_charDigitValue_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
urename.h 127 #define u_charDigitValue u_charDigitValue_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h     [all...]
urename.h 127 #define u_charDigitValue u_charDigitValue_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h     [all...]
urename.h 127 #define u_charDigitValue u_charDigitValue_3_2
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 309 && u_charDigitValue(localeStr[0]) != 0)
    [all...]
cucdtst.c 532 /* Tests for isDefined(u_isdefined)(, isBaseForm(u_isbase()), isSpaceChar(u_isspace()), isWhiteSpace(), u_CharDigitValue() */
582 if (u_charDigitValue(sampleDigits[i]) != sampleDigitValues[i]) {
583 log_err("error: u_charDigitValue(U+04x)=%d != %d\n",
584 sampleDigits[i], u_charDigitValue(sampleDigits[i]), sampleDigitValues[i]);
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
regexcmp.cpp     [all...]
tzfmt.cpp     [all...]
ucol.cpp     [all...]
uregex.cpp     [all...]
rematch.cpp 437 groupNum=groupNum*10 + u_charDigitValue(digitC);
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
regextst.cpp     [all...]

Completed in 470 milliseconds