Searched refs:u_charType (Results 1 – 25 of 25) sorted by relevance
110 int type = u_charType(cp); in handleTransliterate()115 type = u_charType(cp); in handleTransliterate()
2543 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isWordBoundary()2559 || u_charType(prevChar) == U_FORMAT_CHAR)) { in isWordBoundary()2581 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isChunkWordBoundary()2598 || u_charType(prevChar) == U_FORMAT_CHAR)) { in isChunkWordBoundary()3107 … int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. in MatchAt()3135 int8_t ctype = u_charType(c); in MatchAt()4680 … int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. in MatchChunkAt()4706 int8_t ctype = u_charType(c); in MatchChunkAt()
612 if (u_charType(c) != U_NON_SPACING_MARK) { in checkImpl()
317 if (u_charType(codePoint) == U_DECIMAL_DIGIT_NUMBER) { in getNumerics()
39 return (u_charType(c) == U_SPACE_SEPARATOR) || in Is()
44 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); in printProps()
58 if (u_charType(cp) == prop) { in CmdOp()
228 } while(srcLength>0 && IS_COMBINING(u_charType(c))); in doWriteReverse()278 while(srcLength>0 && IS_COMBINING(u_charType(c))) { in doWriteReverse()
87 int gc = u_charType(c); in ustrcase_isLNS()
354 return (int32_t)u_charType(c); in getGeneralCategory()499 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
49 u_charType(UChar32 c) { in u_charType() function
428 if ((cat = u_charType(cp)) == U_SURROGATE) { in getCharCat()
93 int8_t type = u_charType(i); in TestExhaustive()
447 int8_t t = u_charType(cp); in isCamel()
1256 category=u_charType(c); in countFoldFCDExceptions()
307 UBool lu = (u_charType((UChar)i) == U_UPPERCASE_LETTER); in TestCategories()
155 u_charType(c), in printStringBreaks()
3289 u_charType(UChar32 c);3304 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))
215 #define u_charType U_ICU_ENTRY_POINT_RENAME(u_charType) macro
995 if(u_charType(c)!=type) { in unicodeDataLineFn()996 log_err("error: u_charType(U+%04lx)==%u instead of %u\n", c, u_charType(c), type); in unicodeDataLineFn()1355 type=u_charType(c); in TestUnicodeData()1360 log_err("error: u_charType(U+%04lx)!=U_UNASSIGNED (returns %d)\n", c, u_charType(c)); in TestUnicodeData()1371 type=u_charType(c); in TestUnicodeData()
239 uchar # for u_charType() (via U_GET_GC_MASK(c))451 uchar # for doWriteReverse() which uses IS_COMBINING(u_charType(c))
2445 u_charType(c)==U_FORMAT_CHAR || in uprv_isRuleWhiteSpace()
124 return u_charType(c); in u_charType_android()