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

1 2

  /external/icu4c/samples/props/
props.cpp 38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint));
  /external/icu4c/i18n/
brktrans.cpp 102 int type = u_charType(cp);
107 type = u_charType(cp);
rematch.cpp     [all...]
uspoof.cpp 258 if (u_charType(c) != U_NON_SPACING_MARK) {
  /external/harfbuzz/contrib/
harfbuzz-unicode-icu.c 40 switch (u_charType(ch)) {
  /external/icu4c/test/perf/usetperf/
usetperf.cpp 54 if (u_charType(cp) == prop) {
  /libcore/luni/src/main/native/
java_lang_Character.cpp 31 return u_charType(codePoint);
  /external/icu4c/common/
ubidiwrt.c 231 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
281 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
uprops.cpp 336 return (int32_t)u_charType(c);
465 return U_MASK(u_charType(c));
uchar.c 57 u_charType(UChar32 c) {
unames.cpp 451 if ((cat = u_charType(cp)) == U_SURROGATE) {
    [all...]
  /external/icu4c/test/intltest/
canittst.cpp 92 int8_t type = u_charType(i);
transrt.cpp 445 int8_t t = u_charType(cp);
    [all...]
tstnorm.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 174 return u_charType(c) == U_SPACE_SEPARATOR;
  /external/icu4c/common/unicode/
uchar.h 90 * - digit: u_isdigit(c) or u_charType(c)==U_DECIMAL_DIGIT_NUMBER
95 * - cntrl: u_charType(c)==U_CONTROL_CHAR
422 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
488 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
659 * @see u_charType
    [all...]
urename.h 221 #define u_charType U_ICU_ENTRY_POINT_RENAME(u_charType)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h 383 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
434 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
586 * @see u_charType
    [all...]
urename.h 132 #define u_charType u_charType_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h 383 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
434 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
586 * @see u_charType
    [all...]
urename.h 132 #define u_charType u_charType_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h 383 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
434 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
586 * @see u_charType
    [all...]
urename.h 132 #define u_charType u_charType_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h 383 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
434 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
586 * @see u_charType
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]

Completed in 2331 milliseconds

1 2