Searched refs:u_getIntPropertyValue (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h189 return u_getIntPropertyValue(c, UCHAR_LINE_BREAK) == U_LB_COMPLEX_CONTEXT;
194 int32_t prop = u_getIntPropertyValue(c, UCHAR_LINE_BREAK);
225 return static_cast<DecompositionType>(u_getIntPropertyValue(c, UCHAR_DECOMPOSITION_TYPE));
/external/harfbuzz/contrib/
H A Dharfbuzz-unicode-icu.c108 switch ((ULineBreak)u_getIntPropertyValue(ch, UCHAR_LINE_BREAK)) {
/external/chromium/base/i18n/
H A Drtl.cc142 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS);
256 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS);
/external/icu4c/common/
H A Dbrkeng.cpp110 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT);
H A Duprops.cpp481 u_getIntPropertyValue(UChar32 c, UProperty which) { function
H A Duts46.cpp1126 UJoiningType type=(UJoiningType)u_getIntPropertyValue(c, UCHAR_JOINING_TYPE);
1144 UJoiningType type=(UJoiningType)u_getIntPropertyValue(c, UCHAR_JOINING_TYPE);
H A Drbbitblb.cpp447 ULineBreak cLBProp = (ULineBreak)u_getIntPropertyValue(c, UCHAR_LINE_BREAK);
H A Duniset_props.cpp933 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
/external/icu4c/test/cintltst/
H A Dcnormtst.c1384 qc1=u_getIntPropertyValue(c, UCHAR_NFC_QUICK_CHECK);
1387 log_data_err("u_getIntPropertyValue(NFC)=%d != %d=unorm_quickCheck(NFC) for U+%04x - (Are you missing data?)\n", qc1, qc2, c);
1390 qc1=u_getIntPropertyValue(c, UCHAR_NFD_QUICK_CHECK);
1393 log_data_err("u_getIntPropertyValue(NFD)=%d != %d=unorm_quickCheck(NFD) for U+%04x - (Are you missing data?)\n", qc1, qc2, c);
1396 qc1=u_getIntPropertyValue(c, UCHAR_NFKC_QUICK_CHECK);
1399 log_data_err("u_getIntPropertyValue(NFKC)=%d != %d=unorm_quickCheck(NFKC) for U+%04x - (Are you missing data?)\n", qc1, qc2, c);
1402 qc1=u_getIntPropertyValue(c, UCHAR_NFKD_QUICK_CHECK);
1405 log_data_err("u_getIntPropertyValue(NFKD)=%d != %d=unorm_quickCheck(NFKD) for U+%04x - (Are you missing data?)\n", qc1, qc2, c);
1413 lccc1=u_getIntPropertyValue(c, UCHAR_LEAD_CANONICAL_COMBINING_CLASS);
1415 tccc1=u_getIntPropertyValue(
[all...]
H A Dcucdtst.c970 if((uint32_t)u_getIntPropertyValue(c, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(type)) {
971 log_err("error: (uint32_t)u_getIntPropertyValue(U+%04lx, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(u_charType())\n", c);
985 if(value!=u_getCombiningClass(c) || value!=(uint32_t)u_getIntPropertyValue(c, UCHAR_CANONICAL_COMBINING_CLASS)) {
993 if(i!=u_charDirection(c) || i!=u_getIntPropertyValue(c, UCHAR_BIDI_CLASS)) {
1133 if(0==u_getIntPropertyValue(c, UCHAR_LINE_BREAK)) {
1170 u_getIntPropertyValue(c, UCHAR_BIDI_CLASS)!=shouldBeDir
1210 if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATIN || u_getIntPropertyValue(0x41, UCHAR_BLOCK)!=(int32_t)UBLOCK_BASIC_LATIN) {
1223 if((uint32_t)u_getIntPropertyValue(c, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(type)) {
1224 log_err("error: (uint32_t)u_getIntPropertyValue(U+%04lx, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(u_charType())\n", c);
1239 if((uint32_t)u_getIntPropertyValue(
[all...]
H A Dcucdapi.c248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
/external/icu4c/common/unicode/
H A Duchar.h170 * @see u_getIntPropertyValue
499 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
1398 * @see u_getIntPropertyValue
1737 * @see u_getIntPropertyValue
1823 * UEastAsianWidth ea=(UEastAsianWidth)u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);
1824 * UBool b=(UBool)u_getIntPropertyValue(c, UCHAR_IDEOGRAPHIC);
1848 u_getIntPropertyValue(UChar32 c, UProperty which);
1858 * @return Minimum value returned by u_getIntPropertyValue for a Unicode property.
1865 * @see u_getIntPropertyValue
1887 * @return Maximum value returned by u_getIntPropertyValue fo
[all...]
H A Durename.h281 #define u_getIntPropertyValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyValue) macro
/external/icu4c/test/intltest/
H A Dssearch.cpp1904 int32_t gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK);
1921 gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK);
1945 int32_t gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK);
1953 gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK);
H A Dtstnorm.cpp1324 int32_t tccc=u_getIntPropertyValue(c, UCHAR_TRAIL_CANONICAL_COMBINING_CLASS);
H A Drbbitst.cpp440 u_getIntPropertyValue(c,
444 u_getIntPropertyValue(c,
448 u_getIntPropertyValue(c,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h149 * @see u_getIntPropertyValue
434 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
1136 * @see u_getIntPropertyValue
1393 * @see u_getIntPropertyValue
1479 * UEastAsianWidth ea=(UEastAsianWidth)u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);
1480 * UBool b=(UBool)u_getIntPropertyValue(c, UCHAR_IDEOGRAPHIC);
1504 u_getIntPropertyValue(UChar32 c, UProperty which);
1514 * @return Minimum value returned by u_getIntPropertyValue for a Unicode property.
1521 * @see u_getIntPropertyValue
1543 * @return Maximum value returned by u_getIntPropertyValue fo
[all...]
H A Durename.h178 #define u_getIntPropertyValue u_getIntPropertyValue_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h149 * @see u_getIntPropertyValue
434 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
1136 * @see u_getIntPropertyValue
1393 * @see u_getIntPropertyValue
1479 * UEastAsianWidth ea=(UEastAsianWidth)u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);
1480 * UBool b=(UBool)u_getIntPropertyValue(c, UCHAR_IDEOGRAPHIC);
1504 u_getIntPropertyValue(UChar32 c, UProperty which);
1514 * @return Minimum value returned by u_getIntPropertyValue for a Unicode property.
1521 * @see u_getIntPropertyValue
1543 * @return Maximum value returned by u_getIntPropertyValue fo
[all...]
H A Durename.h178 #define u_getIntPropertyValue u_getIntPropertyValue_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h149 * @see u_getIntPropertyValue
434 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
1136 * @see u_getIntPropertyValue
1393 * @see u_getIntPropertyValue
1479 * UEastAsianWidth ea=(UEastAsianWidth)u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);
1480 * UBool b=(UBool)u_getIntPropertyValue(c, UCHAR_IDEOGRAPHIC);
1504 u_getIntPropertyValue(UChar32 c, UProperty which);
1514 * @return Minimum value returned by u_getIntPropertyValue for a Unicode property.
1521 * @see u_getIntPropertyValue
1543 * @return Maximum value returned by u_getIntPropertyValue fo
[all...]
H A Durename.h178 #define u_getIntPropertyValue u_getIntPropertyValue_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h149 * @see u_getIntPropertyValue
434 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
1136 * @see u_getIntPropertyValue
1393 * @see u_getIntPropertyValue
1479 * UEastAsianWidth ea=(UEastAsianWidth)u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH);
1480 * UBool b=(UBool)u_getIntPropertyValue(c, UCHAR_IDEOGRAPHIC);
1504 u_getIntPropertyValue(UChar32 c, UProperty which);
1514 * @return Minimum value returned by u_getIntPropertyValue for a Unicode property.
1521 * @see u_getIntPropertyValue
1543 * @return Maximum value returned by u_getIntPropertyValue fo
[all...]
H A Durename.h178 #define u_getIntPropertyValue u_getIntPropertyValue_3_2 macro
/external/icu4c/i18n/
H A Dusearch.cpp3630 int32_t gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK);
3644 gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK);
3690 int32_t gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK);
3698 gcProperty = u_getIntPropertyValue(c, UCHAR_GRAPHEME_CLUSTER_BREAK);

Completed in 627 milliseconds