Searched refs:u_charType (Results 1 – 19 of 19) sorted by relevance
108 int type = u_charType(cp); in handleTransliterate()113 type = u_charType(cp); in handleTransliterate()
133 if (u_charType(cp) == U_DECIMAL_DIGIT_NUMBER) { in setIdentifier()
2539 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()
574 if (u_charType(c) != U_NON_SPACING_MARK) { in uspoof_checkUnicodeString()
38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); in printProps()
54 if (u_charType(cp) == prop) { in CmdOp()
226 } while(srcLength>0 && IS_COMBINING(u_charType(c))); in doWriteReverse()276 while(srcLength>0 && IS_COMBINING(u_charType(c))) { in doWriteReverse()
337 return (int32_t)u_charType(c); in getGeneralCategory()467 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
55 u_charType(UChar32 c) { in u_charType() function
426 if ((cat = u_charType(cp)) == U_SURROGATE) { in getCharCat()
2694 u_charType(UChar32 c);2709 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))
216 #define u_charType U_ICU_ENTRY_POINT_RENAME(u_charType) macro
92 int8_t type = u_charType(i); in TestExhaustive()
445 int8_t t = u_charType(cp); in isCamel()
1227 category=u_charType(c); in countFoldFCDExceptions()
307 UBool lu = (u_charType((UChar)i) == U_UPPERCASE_LETTER); in TestCategories()
381 u_charType(c), in printStringBreaks()
990 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()
223 uchar # for u_charType() (via U_GET_GC_MASK(c))422 uchar # for doWriteReverse() which uses IS_COMBINING(u_charType(c))