Home
last modified time | relevance | path

Searched refs:ntv (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java1027 int ntv = getNumericTypeValue(getProperty(c)); in getNumericValue() local
1029 if(ntv==NTV_NONE_) { in getNumericValue()
1031 } else if(ntv<NTV_DIGIT_START_) { in getNumericValue()
1033 return ntv-NTV_DECIMAL_START_; in getNumericValue()
1034 } else if(ntv<NTV_NUMERIC_START_) { in getNumericValue()
1036 return ntv-NTV_DIGIT_START_; in getNumericValue()
1037 } else if(ntv<NTV_FRACTION_START_) { in getNumericValue()
1039 return ntv-NTV_NUMERIC_START_; in getNumericValue()
1040 } else if(ntv<NTV_LARGE_START_) { in getNumericValue()
1043 } else if(ntv<NTV_BASE60_START_) { in getNumericValue()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java1028 int ntv = getNumericTypeValue(getProperty(c)); in getNumericValue() local
1030 if(ntv==NTV_NONE_) { in getNumericValue()
1032 } else if(ntv<NTV_DIGIT_START_) { in getNumericValue()
1034 return ntv-NTV_DECIMAL_START_; in getNumericValue()
1035 } else if(ntv<NTV_NUMERIC_START_) { in getNumericValue()
1037 return ntv-NTV_DIGIT_START_; in getNumericValue()
1038 } else if(ntv<NTV_FRACTION_START_) { in getNumericValue()
1040 return ntv-NTV_NUMERIC_START_; in getNumericValue()
1041 } else if(ntv<NTV_LARGE_START_) { in getNumericValue()
1044 } else if(ntv<NTV_BASE60_START_) { in getNumericValue()
[all …]
/external/cronet/third_party/icu/source/common/
Duchar.cpp384 int32_t ntv; in u_getNumericValue() local
386 ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(props); in u_getNumericValue()
388 if(ntv==UPROPS_NTV_NONE) { in u_getNumericValue()
390 } else if(ntv<UPROPS_NTV_DIGIT_START) { in u_getNumericValue()
392 return ntv-UPROPS_NTV_DECIMAL_START; in u_getNumericValue()
393 } else if(ntv<UPROPS_NTV_NUMERIC_START) { in u_getNumericValue()
395 return ntv-UPROPS_NTV_DIGIT_START; in u_getNumericValue()
396 } else if(ntv<UPROPS_NTV_FRACTION_START) { in u_getNumericValue()
398 return ntv-UPROPS_NTV_NUMERIC_START; in u_getNumericValue()
399 } else if(ntv<UPROPS_NTV_LARGE_START) { in u_getNumericValue()
[all …]
Duprops.h111 #define UPROPS_NTV_GET_TYPE(ntv) \ argument
112 ((ntv==UPROPS_NTV_NONE) ? U_NT_NONE : \
113 (ntv<UPROPS_NTV_DIGIT_START) ? U_NT_DECIMAL : \
114 (ntv<UPROPS_NTV_NUMERIC_START) ? U_NT_DIGIT : \
Duprops.cpp507 int32_t ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(u_getMainProperties(c)); in getNumericType() local
508 return UPROPS_NTV_GET_TYPE(ntv); in getNumericType()
/external/icu/icu4c/source/common/
Duchar.cpp384 int32_t ntv; in u_getNumericValue() local
386 ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(props); in u_getNumericValue()
388 if(ntv==UPROPS_NTV_NONE) { in u_getNumericValue()
390 } else if(ntv<UPROPS_NTV_DIGIT_START) { in u_getNumericValue()
392 return ntv-UPROPS_NTV_DECIMAL_START; in u_getNumericValue()
393 } else if(ntv<UPROPS_NTV_NUMERIC_START) { in u_getNumericValue()
395 return ntv-UPROPS_NTV_DIGIT_START; in u_getNumericValue()
396 } else if(ntv<UPROPS_NTV_FRACTION_START) { in u_getNumericValue()
398 return ntv-UPROPS_NTV_NUMERIC_START; in u_getNumericValue()
399 } else if(ntv<UPROPS_NTV_LARGE_START) { in u_getNumericValue()
[all …]
Duprops.h111 #define UPROPS_NTV_GET_TYPE(ntv) \ argument
112 ((ntv==UPROPS_NTV_NONE) ? U_NT_NONE : \
113 (ntv<UPROPS_NTV_DIGIT_START) ? U_NT_DECIMAL : \
114 (ntv<UPROPS_NTV_NUMERIC_START) ? U_NT_DIGIT : \
Duprops.cpp507 int32_t ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(u_getMainProperties(c)); in getNumericType() local
508 return UPROPS_NTV_GET_TYPE(ntv); in getNumericType()
/external/icu/libicu/cts_headers/
Duprops.h111 #define UPROPS_NTV_GET_TYPE(ntv) \ argument
112 ((ntv==UPROPS_NTV_NONE) ? U_NT_NONE : \
113 (ntv<UPROPS_NTV_DIGIT_START) ? U_NT_DECIMAL : \
114 (ntv<UPROPS_NTV_NUMERIC_START) ? U_NT_DIGIT : \
/external/python/asn1crypto/asn1crypto/
Dx509.py911 return set([ntv['type'].native for ntv in rdn])
926 [output.update([(ntv['type'].native, ntv.prepped_value)]) for ntv in rdn]
/external/mesa3d/docs/relnotes/
D20.2.0.rst3510 - zink: explicitly zero some arrays in ntv
3511 - zink: add SpvId returns to a couple ntv functions
3515 - zink: always use logical eq ops in ntv with 1bit inputs
3517 - zink: emit interpolation decorations for ntv outputs
3523 - zink: implement streamout and xfb handling in ntv
3529 - zink: use correct define value for reserved slot count in ntv
3532 - zink: handle signed and unsigned min/max ops in ntv
3533 - zink: add ult handling for ntv
3534 - zink: add bitfield_reverse handling to ntv
3536 - zink: handle ixor in ntv
[all …]
D20.3.0.rst3750 - zink: set multiviewport cap in ntv when gl_ViewportIndex is a written output
3756 - zink: correctly handle ARB_arrays_of_arrays in ntv for samplers
3759 - zink: always emit descriptor set 0 in ntv
3801 - zink: add ntv handling for geometry shader variables
3803 - zink: add handling for gs in ntv
3815 - zink: add helper for vec-type input variables in ntv
3816 - zink: add ntv handling for ARB_sample_shading
/external/hyphenation-patterns/hu/
Dhyph-hu.pat.txt28939 k1öntv
50337 s1öntv
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt138392 ntv %10541
151813 pleasantville %2769 plˈɛzəntvˌɪl
Dinternal_raw_IPA.txt7493 antwerpen %39702 ˈɑntvɛrpən
127413 pleasantville %21121 plˈɛzəntvˌɪl