Home
last modified time | relevance | path

Searched refs:u_getNumericValue (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Duchar.cpp382 u_getNumericValue(UChar32 c) { in u_getNumericValue() function
Duniset_props.cpp664 return u_getNumericValue(ch) == *(double*)context; in numericValueFilter()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duchar.cpp382 u_getNumericValue(UChar32 c) { in u_getNumericValue() function
Duniset_props.cpp696 return u_getNumericValue(ch) == *(double*)context; in numericValueFilter()
/third_party/icu/icu4c/source/common/
Duchar.cpp382 u_getNumericValue(UChar32 c) { in u_getNumericValue() function
Duniset_props.cpp664 return u_getNumericValue(ch) == *(double*)context; in numericValueFilter()
/third_party/skia/third_party/externals/icu/source/common/
Duchar.cpp382 u_getNumericValue(UChar32 c) { in u_getNumericValue() function
Duniset_props.cpp664 return u_getNumericValue(ch) == *(double*)context; in numericValueFilter()
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp308 result.add(codePoint - (UChar32)u_getNumericValue(codePoint)); in getNumerics()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp308 result.add(codePoint - (UChar32)u_getNumericValue(codePoint)); in getNumerics()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp320 result.add(codePoint - (UChar32)u_getNumericValue(codePoint)); in getNumerics()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp308 result.add(codePoint - (UChar32)u_getNumericValue(codePoint)); in getNumerics()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h2818 u_getNumericValue(UChar32 c);
Durename.h275 #define u_getNumericValue U_ICU_ENTRY_POINT_RENAME(u_getNumericValue) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h2930 u_getNumericValue(UChar32 c);
Durename.h280 #define u_getNumericValue U_ICU_ENTRY_POINT_RENAME(u_getNumericValue) macro
/third_party/icu/icu4c/source/common/unicode/
Duchar.h2818 u_getNumericValue(UChar32 c);
Durename.h275 #define u_getNumericValue U_ICU_ENTRY_POINT_RENAME(u_getNumericValue) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h2784 u_getNumericValue(UChar32 c);
Durename.h272 #define u_getNumericValue U_ICU_ENTRY_POINT_RENAME(u_getNumericValue) macro
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch1465 return u_getNumericValue(ch) == *(double*)context;
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c3034 nv=u_getNumericValue(c); in TestNumericProperties()