Home
last modified time | relevance | path

Searched refs:u_charType (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/i18n/
Dbrktrans.cpp108 int type = u_charType(cp); in handleTransliterate()
113 type = u_charType(cp); in handleTransliterate()
Didentifier_info.cpp133 if (u_charType(cp) == U_DECIMAL_DIGIT_NUMBER) { in setIdentifier()
Drematch.cpp2539 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isWordBoundary()
2555 || u_charType(prevChar) == U_FORMAT_CHAR)) { in isWordBoundary()
2577 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isChunkWordBoundary()
2594 || u_charType(prevChar) == U_FORMAT_CHAR)) { in isChunkWordBoundary()
3113 … int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. in MatchAt()
3141 int8_t ctype = u_charType(c); in MatchAt()
4675 … int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. in MatchChunkAt()
4701 int8_t ctype = u_charType(c); in MatchChunkAt()
Duspoof.cpp574 if (u_charType(c) != U_NON_SPACING_MARK) { in uspoof_checkUnicodeString()
/external/icu/icu4c/source/samples/props/
Dprops.cpp38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); in printProps()
/external/icu/icu4c/source/test/perf/usetperf/
Dusetperf.cpp54 if (u_charType(cp) == prop) { in CmdOp()
/external/icu/icu4c/source/common/
Dubidiwrt.c226 } while(srcLength>0 && IS_COMBINING(u_charType(c))); in doWriteReverse()
276 while(srcLength>0 && IS_COMBINING(u_charType(c))) { in doWriteReverse()
Duprops.cpp337 return (int32_t)u_charType(c); in getGeneralCategory()
467 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
Duchar.c55 u_charType(UChar32 c) { in u_charType() function
Dunames.cpp426 if ((cat = u_charType(cp)) == U_SURROGATE) { in getCharCat()
/external/icu/icu4c/source/common/unicode/
Duchar.h2694 u_charType(UChar32 c);
2709 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))
Durename.h216 #define u_charType U_ICU_ENTRY_POINT_RENAME(u_charType) macro
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp92 int8_t type = u_charType(i); in TestExhaustive()
Dtransrt.cpp445 int8_t t = u_charType(cp); in isCamel()
Dtstnorm.cpp1227 category=u_charType(c); in countFoldFCDExceptions()
Dusettest.cpp307 UBool lu = (u_charType((UChar)i) == U_UPPERCASE_LETTER); in TestCategories()
Drbbitst.cpp381 u_charType(c), in printStringBreaks()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c990 if(u_charType(c)!=type) { in unicodeDataLineFn()
991 log_err("error: u_charType(U+%04lx)==%u instead of %u\n", c, u_charType(c), type); in unicodeDataLineFn()
1353 type=u_charType(c); in TestUnicodeData()
1358 log_err("error: u_charType(U+%04lx)!=U_UNASSIGNED (returns %d)\n", c, u_charType(c)); in TestUnicodeData()
1369 type=u_charType(c); in TestUnicodeData()
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt223 uchar # for u_charType() (via U_GET_GC_MASK(c))
422 uchar # for doWriteReverse() which uses IS_COMBINING(u_charType(c))