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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cposxtst.c 72 int32_t set_num = T_CString_stringToInteger(DATA[i], 10);
73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10);
cstrtest.c 84 intValue=T_CString_stringToInteger("34556", 10);
86 log_err("FAIL: ****T_CString_stringToInteger(\"34556\", 10) failed. Expected: 34556, Got: %d\n", intValue);
88 intValue=T_CString_stringToInteger("100", 16);
90 log_err("FAIL: ****T_CString_stringToInteger(\"100\", 16) failed. Expected: 256, Got: %d\n", intValue);
  /external/icu/icu4c/source/test/cintltst/
cposxtst.c 72 int32_t set_num = T_CString_stringToInteger(DATA[i], 10);
73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10);
cstrtest.c 84 intValue=T_CString_stringToInteger("34556", 10);
86 log_err("FAIL: ****T_CString_stringToInteger(\"34556\", 10) failed. Expected: 34556, Got: %d\n", intValue);
88 intValue=T_CString_stringToInteger("100", 16);
90 log_err("FAIL: ****T_CString_stringToInteger(\"100\", 16) failed. Expected: 256, Got: %d\n", intValue);
  /external/chromium_org/third_party/icu/source/common/
cstring.h 124 T_CString_stringToInteger(const char *integerString, int32_t radix);
cstring.c 225 T_CString_stringToInteger(const char *integerString, int32_t radix)
  /external/icu/icu4c/source/common/
cstring.h 124 T_CString_stringToInteger(const char *integerString, int32_t radix);
cstring.c 225 T_CString_stringToInteger(const char *integerString, int32_t radix)
  /external/icu/icu4c/source/common/unicode/
urename.h 58 #define T_CString_stringToInteger U_ICU_ENTRY_POINT_RENAME(T_CString_stringToInteger)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 58 #define T_CString_stringToInteger U_ICU_ENTRY_POINT_RENAME(T_CString_stringToInteger)
    [all...]

Completed in 59 milliseconds