Searched refs:u_charType (Results 1 – 25 of 60) sorted by relevance
123
110 int type = u_charType(cp); in handleTransliterate()115 type = u_charType(cp); in handleTransliterate()
112 int type = u_charType(cp); in handleTransliterate()117 type = u_charType(cp); in handleTransliterate()
44 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); in printProps()
47 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()
462 return (int32_t)u_charType(c); in getGeneralCategory()626 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
354 return (int32_t)u_charType(c); in getGeneralCategory()499 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
495 return (int32_t)u_charType(c); in getGeneralCategory()659 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
77 return character == '%' || u_charType(character) == U_CURRENCY_SYMBOL; in IsInvalidPunctuationSymbol()443 if (!u_isalpha(letter) && (u_charType(letter) != U_NON_SPACING_MARK)) { in IsLatinLetter()
93 int8_t type = u_charType(i); in TestExhaustive()
459 || u_charType(c) == U_CONTROL_CHAR460 || u_charType(c) == U_NON_SPACING_MARK492 || u_charType(c) == U_CONTROL_CHAR493 || u_charType(c) == U_NON_SPACING_MARK)) {
3322 u_charType(UChar32 c);3337 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))
3434 u_charType(UChar32 c);3449 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))