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

1 2

  /external/chromium_org/third_party/icu/source/samples/props/
props.cpp 38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint));
  /external/icu/icu4c/source/samples/props/
props.cpp 38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint));
  /external/chromium_org/third_party/icu/source/i18n/
brktrans.cpp 102 int type = u_charType(cp);
107 type = u_charType(cp);
identifier_info.cpp 140 if (u_charType(cp) == U_DECIMAL_DIGIT_NUMBER) {
uspoof.cpp 511 if (u_charType(c) != U_NON_SPACING_MARK) {
  /external/icu/icu4c/source/i18n/
brktrans.cpp 102 int type = u_charType(cp);
107 type = u_charType(cp);
identifier_info.cpp 135 if (u_charType(cp) == U_DECIMAL_DIGIT_NUMBER) {
uspoof.cpp 544 if (u_charType(c) != U_NON_SPACING_MARK) {
rematch.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/perf/usetperf/
usetperf.cpp 54 if (u_charType(cp) == prop) {
  /external/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 54 if (u_charType(cp) == prop) {
  /external/chromium_org/third_party/icu/source/common/
ubidiwrt.c 231 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
281 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
uprops.cpp 340 return (int32_t)u_charType(c);
470 return U_MASK(u_charType(c));
uchar.c 57 u_charType(UChar32 c) {
  /external/icu/icu4c/source/common/
ubidiwrt.c 231 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
281 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
uprops.cpp 340 return (int32_t)u_charType(c);
470 return U_MASK(u_charType(c));
uchar.c 57 u_charType(UChar32 c) {
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 173 return u_charType(c) == U_SPACE_SEPARATOR;
  /external/chromium_org/third_party/icu/source/test/intltest/
canittst.cpp 92 int8_t type = u_charType(i);
  /external/icu/icu4c/source/test/intltest/
canittst.cpp 92 int8_t type = u_charType(i);
  /libcore/luni/src/main/native/
java_lang_Character.cpp 33 return u_charType(codePoint);
  /external/chromium_org/third_party/icu/source/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 */
493 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
670 * @see u_charType
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 77 return character == '%' || u_charType(character) == U_CURRENCY_SYMBOL;
394 if (!u_isalpha(letter) && (u_charType(letter) != U_NON_SPACING_MARK)) {
    [all...]
  /external/chromium_org/ui/gfx/
text_elider.cc 805 u_charType(char_iterator.current()) == U_CONTROL_CHAR ||
806 u_charType(char_iterator.current()) == U_NON_SPACING_MARK)) {
  /external/icu/icu4c/source/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 */
493 When used in u_getIntPropertyValue(c), same as U_MASK(u_charType(c)),
670 * @see u_charType
    [all...]

Completed in 2222 milliseconds

1 2