/external/chromium_org/third_party/icu/source/common/ |
unifilt.cpp | 43 UChar32 c;
|
utrie2_impl.h | 151 UChar32 highStart;
|
uniset_props.cpp | 140 _set_add(USet *set, UChar32 c) { 145 _set_addRange(USet *set, UChar32 start, UChar32 end) { 336 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 365 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 386 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 549 UChar32 lastChar = 0 [all...] |
normalizer2.cpp | 78 getDecomposition(UChar32, UnicodeString &) const { 93 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } 94 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; } 95 virtual UBool isInert(UChar32) const { return TRUE; } 168 getDecomposition(UChar32 c, UnicodeString &decomposition) const { 216 virtual UNormalizationCheckResult getQuickCheck(UChar32) const { 244 virtual UNormalizationCheckResult getQuickCheck(UChar32 c) const { 247 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } 248 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); } 249 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
regextxt.cpp | 19 UChar32 c;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
usettest.h | 92 UBool toPatternAux(UChar32 start, UChar32 end); 164 UChar32 start, UChar32 end);
|
/external/icu4c/common/ |
appendable.cpp | 24 Appendable::appendCodePoint(UChar32 c) {
|
unifilt.cpp | 44 UChar32 c;
|
utrie2_impl.h | 151 UChar32 highStart;
|
dictionarydata.h | 105 UChar32 transform(UChar32 c) const;
|
util.cpp | 69 UBool ICU_Utility::isUnprintable(UChar32 c) { 79 UBool ICU_Utility::escapeUnprintable(UnicodeString& result, UChar32 c) { 164 //? UChar32 c; 238 UChar32 cpat = pat.char32At(ipat); 241 UChar32 c = text.char32At(index); 280 * If there is no final character, pass in (UChar32)-1 as c. 282 * @param c the character to append, or (UChar32)-1 if none. 296 UChar32 c, 338 if (c != (UChar32)-1) {
|
uniset_props.cpp | 141 _set_add(USet *set, UChar32 c) { 146 _set_addRange(USet *set, UChar32 start, UChar32 end) { 337 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 469 UChar32 lastChar = 0; 482 UChar32 c = 0; 842 static UBool numericValueFilter(UChar32 ch, void* context) { 846 static UBool generalCategoryMaskFilter(UChar32 ch, void* context) { 848 return (U_GET_GC_MASK((UChar32) ch) & value) != 0 [all...] |
ustrcase.cpp | 42 UChar32 c; 91 static UChar32 U_CALLCONV 94 UChar32 c; 134 UChar32 c, c2 = 0; 170 UChar32 c; 256 ( src[titleStart] == (UChar32) 0x0049 || src[titleStart] == (UChar32) 0x0069 ) && 257 ( src[titleStart+1] == (UChar32) 0x004A || src[titleStart+1] == (UChar32) 0x006A )) { 258 c=(UChar32) 0x004A [all...] |
/external/icu4c/i18n/ |
bocsu.cpp | 103 UChar32 prev=0; 128 UChar32 c; 138 u_writeIdenticalLevelRunTwoChars(UChar32 first, UChar32 second, uint8_t *p) {
|
regextxt.cpp | 20 UChar32 c;
|
/external/icu4c/test/intltest/ |
usettest.h | 92 UBool toPatternAux(UChar32 start, UChar32 end); 164 UChar32 start, UChar32 end);
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
trieset.cpp | 44 UChar32 start, end; 96 UBool contains(UChar32 c) const {
|
/external/icu4c/test/perf/unisetperf/draft/ |
trieset.cpp | 44 UChar32 start, end; 96 UBool contains(UChar32 c) const {
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucm.h | 51 UChar32 u; 71 UChar32 *codePoints; 132 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 139 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 252 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 259 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
|
/external/chromium_org/third_party/sqlite/src/ext/icu/ |
icu.c | 71 const UChar32 uEsc /* The escape character */ 73 static const int MATCH_ONE = (UChar32)'_'; 74 static const int MATCH_ALL = (UChar32)'%'; 84 UChar32 uPattern; 132 UChar32 uString; 166 UChar32 uEsc = 0;
|
/external/icu4c/tools/toolutil/ |
ucm.h | 52 UChar32 u; 72 UChar32 *codePoints; 133 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 140 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 253 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 260 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
|
ppucd.cpp | 203 UChar32 start, end; 453 newValues.add((UChar32)prop); 461 PreparsedUCD::getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode) { 481 UChar32 492 return (UChar32)value; 496 PreparsedUCD::parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode) { 505 start=(UChar32)st; 506 end=(UChar32)e [all...] |
/external/icu4c/samples/uciter8/ |
uit_len8.c | 119 UChar32 c; 148 UChar32 c; 204 UChar32 c; 384 static UChar32 U_CALLCONV 390 UChar32 c; 406 static UChar32 U_CALLCONV 419 UChar32 c; 443 static UChar32 U_CALLCONV 457 UChar32 c; 513 UChar32 c [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
Font.h | 146 inline GlyphData glyphDataForCharacter(UChar32 c, bool mirror, FontDataVariant variant = AutoVariant) const 153 std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32, bool mirror, FontDataVariant = AutoVariant) const; 154 bool primaryFontHasGlyphForCharacter(UChar32) const; 156 static bool isCJKIdeograph(UChar32); 157 static bool isCJKIdeographOrSymbol(UChar32); 210 static bool isRoundingHackCharacter(UChar32 c) 219 static bool canReceiveTextEmphasis(UChar32 c);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utf8.h | 91 U_STABLE UChar32 U_EXPORT2 92 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict); 104 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 115 U_STABLE UChar32 U_EXPORT2 116 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict); 193 * @param c output UChar32 variable 217 * @param c output UChar32 variable, set to <0 in case of an error 242 * @param c output UChar32 variable 279 * @param c output UChar32 variable, set to <0 in case of an error 510 * @param c output UChar32 variabl [all...] |