Searched refs:u_charType (Results 1 – 20 of 20) 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()
559 if (u_charType(c) != U_NON_SPACING_MARK) { in checkImpl()
317 if (u_charType(codePoint) == U_DECIMAL_DIGIT_NUMBER) { in getNumerics()
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()
96 int gc = u_charType(c); in ustrcase_isLNS()
350 return (int32_t)u_charType(c); in getGeneralCategory()480 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
57 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()
1233 category=u_charType(c); in countFoldFCDExceptions()
315 UBool lu = (u_charType((UChar)i) == U_UPPERCASE_LETTER); in TestCategories()
288 u_charType(c), in printStringBreaks()
2998 u_charType(UChar32 c);3013 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))
213 #define u_charType U_ICU_ENTRY_POINT_RENAME(u_charType) macro
991 if(u_charType(c)!=type) { in unicodeDataLineFn()992 log_err("error: u_charType(U+%04lx)==%u instead of %u\n", c, u_charType(c), type); in unicodeDataLineFn()1343 type=u_charType(c); in TestUnicodeData()1348 log_err("error: u_charType(U+%04lx)!=U_UNASSIGNED (returns %d)\n", c, u_charType(c)); in TestUnicodeData()1359 type=u_charType(c); in TestUnicodeData()
229 uchar # for u_charType() (via U_GET_GC_MASK(c))429 uchar # for doWriteReverse() which uses IS_COMBINING(u_charType(c))