Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Duprops.h97 UPROPS_NTV_FRACTION20_START=UPROPS_NTV_BASE60_START+36, // 0x300+9*4=0x324 enumerator
104 UPROPS_NTV_FRACTION32_START=UPROPS_NTV_FRACTION20_START+24, // 0x324+6*4=0x34c
Duchar.cpp408 } else if(ntv<UPROPS_NTV_FRACTION20_START) { in u_getNumericValue()
434 int32_t frac20=ntv-UPROPS_NTV_FRACTION20_START; // 0..0x17 in u_getNumericValue()
/third_party/icu/icu4c/source/common/
Duprops.h97 UPROPS_NTV_FRACTION20_START=UPROPS_NTV_BASE60_START+36, // 0x300+9*4=0x324 enumerator
104 UPROPS_NTV_FRACTION32_START=UPROPS_NTV_FRACTION20_START+24, // 0x324+6*4=0x34c
Duchar.cpp432 } else if(ntv<UPROPS_NTV_FRACTION20_START) { in u_getNumericValue()
458 int32_t frac20=ntv-UPROPS_NTV_FRACTION20_START; // 0..0x17 in u_getNumericValue()
/third_party/skia/third_party/externals/icu/source/common/
Duprops.h97 UPROPS_NTV_FRACTION20_START=UPROPS_NTV_BASE60_START+36, // 0x300+9*4=0x324 enumerator
104 UPROPS_NTV_FRACTION32_START=UPROPS_NTV_FRACTION20_START+24, // 0x324+6*4=0x34c
Duchar.cpp432 } else if(ntv<UPROPS_NTV_FRACTION20_START) { in u_getNumericValue()
458 int32_t frac20=ntv-UPROPS_NTV_FRACTION20_START; // 0..0x17 in u_getNumericValue()
/third_party/icu/tools/unicode/c/genprops/
Dcorepropsbuilder.cpp375 return UPROPS_NTV_FRACTION20_START+frac20; in encodeFractional20()