Home
last modified time | relevance | path

Searched refs:u_charType (Results 1 – 25 of 60) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dbrktrans.cpp110 int type = u_charType(cp); in handleTransliterate()
115 type = u_charType(cp); in handleTransliterate()
/third_party/skia/third_party/externals/icu/source/i18n/
Dbrktrans.cpp112 int type = u_charType(cp); in handleTransliterate()
117 type = u_charType(cp); in handleTransliterate()
/third_party/node/deps/icu-small/source/i18n/
Dbrktrans.cpp112 int type = u_charType(cp); in handleTransliterate()
117 type = u_charType(cp); in handleTransliterate()
/third_party/icu/icu4c/source/i18n/
Dbrktrans.cpp112 int type = u_charType(cp); in handleTransliterate()
117 type = u_charType(cp); in handleTransliterate()
/third_party/flutter/skia/third_party/externals/icu/source/samples/props/
Dprops.cpp44 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); in printProps()
/third_party/icu/icu4c/source/samples/props/
Dprops.cpp47 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); in printProps()
/third_party/skia/third_party/externals/icu/source/samples/props/
Dprops.cpp47 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); in printProps()
/third_party/icu/icu4c/source/test/perf/usetperf/
Dusetperf.cpp58 if (u_charType(cp) == prop) { in CmdOp()
/third_party/skia/third_party/externals/icu/source/common/
Dubidiwrt.cpp228 } while(srcLength>0 && IS_COMBINING(u_charType(c))); in doWriteReverse()
278 while(srcLength>0 && IS_COMBINING(u_charType(c))) { in doWriteReverse()
Ducasemap_imp.h87 int gc = u_charType(c); in ustrcase_isLNS()
Duprops.cpp462 return (int32_t)u_charType(c); in getGeneralCategory()
626 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidiwrt.cpp228 } while(srcLength>0 && IS_COMBINING(u_charType(c))); in doWriteReverse()
278 while(srcLength>0 && IS_COMBINING(u_charType(c))) { in doWriteReverse()
Ducasemap_imp.h87 int gc = u_charType(c); in ustrcase_isLNS()
Duprops.cpp354 return (int32_t)u_charType(c); in getGeneralCategory()
499 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
/third_party/icu/icu4c/source/common/
Dubidiwrt.cpp228 } while(srcLength>0 && IS_COMBINING(u_charType(c))); in doWriteReverse()
278 while(srcLength>0 && IS_COMBINING(u_charType(c))) { in doWriteReverse()
Ducasemap_imp.h87 int gc = u_charType(c); in ustrcase_isLNS()
Duprops.cpp462 return (int32_t)u_charType(c); in getGeneralCategory()
626 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
/third_party/node/deps/icu-small/source/common/
Dubidiwrt.cpp228 } while(srcLength>0 && IS_COMBINING(u_charType(c))); in doWriteReverse()
278 while(srcLength>0 && IS_COMBINING(u_charType(c))) { in doWriteReverse()
Ducasemap_imp.h87 int gc = u_charType(c); in ustrcase_isLNS()
Duprops.cpp495 return (int32_t)u_charType(c); in getGeneralCategory()
659 return U_MASK(u_charType(c)); in u_getIntPropertyValue()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc77 return character == '%' || u_charType(character) == U_CURRENCY_SYMBOL; in IsInvalidPunctuationSymbol()
443 if (!u_isalpha(letter) && (u_charType(letter) != U_NON_SPACING_MARK)) { in IsLatinLetter()
/third_party/icu/icu4c/source/test/intltest/
Dcanittst.cpp93 int8_t type = u_charType(i); in TestExhaustive()
/third_party/icu/docs/userguide/boundaryanalysis/
Dindex.md459 || u_charType(c) == U_CONTROL_CHAR
460 || u_charType(c) == U_NON_SPACING_MARK
492 || u_charType(c) == U_CONTROL_CHAR
493 || u_charType(c) == U_NON_SPACING_MARK)) {
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3322 u_charType(UChar32 c);
3337 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h3434 u_charType(UChar32 c);
3449 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))

123