HomeSort by relevance Sort by last modified time
    Searched refs:u_charType (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/samples/props/
props.cpp 44 printf(" general category (numeric enum value): %u\n", u_charType(codePoint));
  /external/icu/icu4c/source/i18n/
brktrans.cpp 110 int type = u_charType(cp);
115 type = u_charType(cp);
uspoof.cpp 559 if (u_charType(c) != U_NON_SPACING_MARK) {
rematch.cpp     [all...]
uspoof_impl.cpp 317 if (u_charType(codePoint) == U_DECIMAL_DIGIT_NUMBER) {
  /bionic/libc/bionic/
wctype.cpp 57 static auto u_charType = reinterpret_cast<FnT>(__find_icu_symbol("u_charType"));
58 return u_charType ? (u_charType(wc) == U_CONTROL_CHAR) : iscntrl(wc);
  /external/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 58 if (u_charType(cp) == prop) {
  /external/icu/icu4c/source/common/
ubidiwrt.c 228 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
278 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
uprops.cpp 343 return (int32_t)u_charType(c);
473 return U_MASK(u_charType(c));
uchar.c 57 u_charType(UChar32 c) {
unames.cpp 428 if ((cat = u_charType(cp)) == U_SURROGATE) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
canittst.cpp 93 int8_t type = u_charType(i);
transrt.cpp 447 int8_t t = u_charType(cp);
    [all...]
tstnorm.cpp     [all...]
rbbitst.cpp 331 u_charType(c),
    [all...]
usettest.cpp 310 UBool lu = (u_charType((UChar)i) == U_UPPERCASE_LETTER);
    [all...]
  /libcore/ojluni/src/main/native/
Character.cpp 72 return u_charType(codePoint);
  /external/icu/icu4c/source/common/unicode/
uchar.h 92 * - digit: u_isdigit(c) or u_charType(c)==U_DECIMAL_DIGIT_NUMBER
97 * - cntrl: u_charType(c)==U_CONTROL_CHAR
459 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
535 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
    [all...]
urename.h 218 #define u_charType U_ICU_ENTRY_POINT_RENAME(u_charType)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]

Completed in 1036 milliseconds