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

1 2

  /external/icu4c/samples/props/
props.cpp 38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint));
  /external/chromium/third_party/icu/source/i18n/
brktrans.cpp 102 int type = u_charType(cp);
107 type = u_charType(cp);
rematch.cpp     [all...]
uspoof.cpp 260 if (u_charType(c) != U_NON_SPACING_MARK) {
  /external/icu4c/i18n/
brktrans.cpp 102 int type = u_charType(cp);
107 type = u_charType(cp);
rematch.cpp     [all...]
  /external/chromium/third_party/icu/source/test/perf/usetperf/
usetperf.cpp 54 if (u_charType(cp) == prop) {
  /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/chromium/third_party/icu/source/common/
uprops.c 251 return (int32_t)u_charType(c);
291 return U_MASK(u_charType(c));
ubidiwrt.c 230 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
280 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
uchar.c 265 u_charType(UChar32 c) {
766 if(c==0x115f || c<=0x1159 || u_charType(c)==U_OTHER_LETTER) {
771 if(c<=0x11a2 || u_charType(c)==U_OTHER_LETTER) {
776 if(c<=0x11f9 || u_charType(c)==U_OTHER_LETTER) {
  /external/icu4c/common/
ubidiwrt.c 230 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
280 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
uprops.cpp 396 return (int32_t)u_charType(c);
440 return U_MASK(u_charType(c));
  /external/chromium/third_party/icu/source/test/intltest/
canittst.cpp 88 int8_t type = u_charType(i);
  /external/icu4c/test/intltest/
canittst.cpp 92 int8_t type = u_charType(i);
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 174 return u_charType(c) == U_SPACE_SEPARATOR;
  /external/chromium/third_party/icu/public/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
439 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
505 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
657 * @see u_charType
    [all...]
  /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
433 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
499 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
651 * @see u_charType
    [all...]
  /external/webkit/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...]
  /external/webkit/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...]
  /external/webkit/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...]
  /external/webkit/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/chromium/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]

Completed in 2124 milliseconds

1 2