Home
last modified time | relevance | path

Searched refs:uprv_strtol (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dcstring.h77 #define uprv_strtol(str, end, base) U_STANDARD_CPP_NAMESPACE strtol(str, end, base) macro
H A Dlocdispnames.cpp321 if (isLanguageCode && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey()
H A Duresdata.cpp964 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource()
/third_party/node/deps/icu-small/source/common/
H A Dcstring.h77 #define uprv_strtol(str, end, base) U_STANDARD_CPP_NAMESPACE strtol(str, end, base) macro
H A Dlocdispnames.cpp321 if (isLanguageCode && uprv_strtol(itemKey, nullptr, 10)) { in _getStringOrCopyKey()
H A Duresdata.cpp964 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcstring.h77 #define uprv_strtol(str, end, base) U_STANDARD_CPP_NAMESPACE strtol(str, end, base) macro
H A Dlocdispnames.cpp320 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey()
H A Duresdata.cpp964 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource()
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1297 val = uprv_strtol(valString, NULL, 10); in getIntParam()

Completed in 15 milliseconds