Home
last modified time | relevance | path

Searched refs:UPROPS_NTV_NUMERIC_START (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Duprops.h77 UPROPS_NTV_NUMERIC_START=21, enumerator
108 UPROPS_NTV_MAX_SMALL_INT=UPROPS_NTV_FRACTION_START-UPROPS_NTV_NUMERIC_START-1
114 (ntv<UPROPS_NTV_NUMERIC_START) ? U_NT_DIGIT : \
Duchar.cpp369 } else if(ntv<UPROPS_NTV_NUMERIC_START) { in u_getNumericValue()
374 return ntv-UPROPS_NTV_NUMERIC_START; in u_getNumericValue()
/third_party/icu/icu4c/source/common/
Duprops.h77 UPROPS_NTV_NUMERIC_START=21, enumerator
108 UPROPS_NTV_MAX_SMALL_INT=UPROPS_NTV_FRACTION_START-UPROPS_NTV_NUMERIC_START-1
114 (ntv<UPROPS_NTV_NUMERIC_START) ? U_NT_DIGIT : \
Duchar.cpp393 } else if(ntv<UPROPS_NTV_NUMERIC_START) { in u_getNumericValue()
398 return ntv-UPROPS_NTV_NUMERIC_START; in u_getNumericValue()
/third_party/skia/third_party/externals/icu/source/common/
Duprops.h77 UPROPS_NTV_NUMERIC_START=21, enumerator
108 UPROPS_NTV_MAX_SMALL_INT=UPROPS_NTV_FRACTION_START-UPROPS_NTV_NUMERIC_START-1
114 (ntv<UPROPS_NTV_NUMERIC_START) ? U_NT_DIGIT : \
Duchar.cpp393 } else if(ntv<UPROPS_NTV_NUMERIC_START) { in u_getNumericValue()
398 return ntv-UPROPS_NTV_NUMERIC_START; in u_getNumericValue()
/third_party/icu/tools/unicode/c/genprops/
Dcorepropsbuilder.cpp458 ntv=UPROPS_NTV_NUMERIC_START+value*100; in encodeNumericValue()
462 ntv=UPROPS_NTV_NUMERIC_START+value; in encodeNumericValue()
558 ntv=UPROPS_NTV_NUMERIC_START+digitValue; in setGcAndNumeric()