/external/chromium_org/third_party/icu/source/common/ |
uprops.h | 216 u_getMainProperties(UChar32 c); 224 u_getUnicodeProperties(UChar32 c, int32_t column); 247 u_isalnumPOSIX(UChar32 c); 257 u_isgraphPOSIX(UChar32 c); 265 u_isprintPOSIX(UChar32 c);
|
utrie2.cpp | 41 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { 60 utrie2_get32(const UTrie2 *trie, UChar32 c) { 73 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) { 87 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) { 97 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, 112 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, 517 UChar32 start, UChar32 limit, 523 UChar32 c, prev, highStart; 565 UChar32 tempLimit=c+UTRIE2_CP_PER_INDEX_1_ENTRY [all...] |
utrie2_builder.cpp | 328 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 459 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 493 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 588 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 617 UChar32 c, UBool forLSCP, uint32_t value, 636 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { 649 UChar32 c, uint32_t value, 674 fillBlock(uint32_t *block, UChar32 start, UChar32 limit [all...] |
ucasemap.cpp | 124 UChar32 c; 177 static UChar32 U_CALLCONV 180 UChar32 c; 220 UChar32 c, c2 = 0; 263 UChar32 c; 428 UChar32 c, c2;
|
patternprops.cpp | 117 PatternProps::isSyntax(UChar32 c) { 135 PatternProps::isSyntaxOrWhiteSpace(UChar32 c) { 153 PatternProps::isWhiteSpace(UChar32 c) {
|
/external/icu/icu4c/source/common/ |
uprops.h | 216 u_getMainProperties(UChar32 c); 224 u_getUnicodeProperties(UChar32 c, int32_t column); 247 u_isalnumPOSIX(UChar32 c); 257 u_isgraphPOSIX(UChar32 c); 265 u_isprintPOSIX(UChar32 c);
|
utrie2.cpp | 41 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { 60 utrie2_get32(const UTrie2 *trie, UChar32 c) { 73 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) { 87 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) { 97 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, 112 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, 546 UChar32 start, UChar32 limit, 552 UChar32 c, prev, highStart; 594 UChar32 tempLimit=c+UTRIE2_CP_PER_INDEX_1_ENTRY [all...] |
utrie2_builder.cpp | 328 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 459 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 493 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 588 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 617 UChar32 c, UBool forLSCP, uint32_t value, 636 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { 649 UChar32 c, uint32_t value, 674 fillBlock(uint32_t *block, UChar32 start, UChar32 limit [all...] |
ucasemap.cpp | 124 UChar32 c; 177 static UChar32 U_CALLCONV 180 UChar32 c; 220 UChar32 c, c2 = 0; 263 UChar32 c; 428 UChar32 c, c2;
|
/external/chromium_org/third_party/icu/source/io/ |
ustdio.c | 288 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 289 u_fputc(UChar32 uc, 617 ufile_getch32(UFILE *f, UChar32 *c32) 651 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 654 UChar32 ch; 659 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 660 u_fungetc(UChar32 ch,
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
unisetperf.cpp | 107 UChar32 c; 160 UChar32 c; 193 UChar32 c; 211 UChar32 c, c2; 262 UChar32 c, c2; 317 UChar32 c; 363 UChar32 c;
|
/external/icu/icu4c/source/io/ |
ustdio.c | 288 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 289 u_fputc(UChar32 uc, 617 ufile_getch32(UFILE *f, UChar32 *c32) 651 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 654 UChar32 ch; 659 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 660 u_fungetc(UChar32 ch,
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
unisetperf.cpp | 107 UChar32 c; 160 UChar32 c; 193 UChar32 c; 211 UChar32 c, c2; 262 UChar32 c, c2; 317 UChar32 c; 363 UChar32 c;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
ustrtest.cpp | 121 test3.append((UChar32)0x20402); 123 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); 126 errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); 128 test3.append((UChar32)0x0074); 130 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); 133 errln((UnicodeString)"append or length failed for UChar32, expected 2, got " + test3.length()); 136 // test some UChar32 overloads 137 if( test3.setTo((UChar32)0x10330).length() != 2 || 138 test3.insert(0, (UChar32)0x20100).length() != 4 || 139 test3.replace(2, 2, (UChar32)0xe0061).length() != 4 | [all...] |
/external/icu/icu4c/source/test/intltest/ |
ustrtest.cpp | 121 test3.append((UChar32)0x20402); 123 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); 126 errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); 128 test3.append((UChar32)0x0074); 130 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); 133 errln((UnicodeString)"append or length failed for UChar32, expected 2, got " + test3.length()); 136 // test some UChar32 overloads 137 if( test3.setTo((UChar32)0x10330).length() != 2 || 138 test3.insert(0, (UChar32)0x20100).length() != 4 || 139 test3.replace(2, 2, (UChar32)0xe0061).length() != 4 | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 280 UChar32* list; // MUST be terminated with HIGH 282 UChar32* buffer; // internal buffer, may be NULL 370 UnicodeSet(UChar32 start, UChar32 end); 572 UnicodeSet& set(UChar32 start, UChar32 end); 757 virtual UBool contains(UChar32 c) const; 767 virtual UBool contains(UChar32 start, UChar32 end) const; 804 UBool containsNone(UChar32 start, UChar32 end) const [all...] |
/external/icu/icu4c/source/common/unicode/ |
uniset.h | 280 UChar32* list; // MUST be terminated with HIGH 282 UChar32* buffer; // internal buffer, may be NULL 370 UnicodeSet(UChar32 start, UChar32 end); 572 UnicodeSet& set(UChar32 start, UChar32 end); 757 virtual UBool contains(UChar32 c) const; 767 virtual UBool contains(UChar32 start, UChar32 end) const; 804 UBool containsNone(UChar32 start, UChar32 end) const [all...] |
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/ |
FontTest.cpp | 182 static void TestSpecificUChar32RangeIdeograph(UChar32 rangeStart, UChar32 rangeEnd) 186 EXPECT_TRUE(Character::isCJKIdeograph((UChar32)((uint64_t)rangeStart + (uint64_t)rangeEnd) / 2)); 212 static void TestSpecificUChar32RangeIdeographSymbol(UChar32 rangeStart, UChar32 rangeEnd) 216 EXPECT_TRUE(Character::isCJKIdeographOrSymbol((UChar32)((uint64_t)rangeStart + (uint64_t)rangeEnd) / 2));
|
SimpleFontData.cpp | 86 static const UChar32 digitZeroChar = '0'; 151 const SimpleFontData* SimpleFontData::fontDataForCharacter(UChar32) const 156 Glyph SimpleFontData::glyphForCharacter(UChar32 character) const
|
/external/chromium_org/third_party/icu/source/i18n/ |
regeximp.h | 333 inline UBool contains(UChar32 c); 334 inline void add(UChar32 c); 342 inline UBool Regex8BitSet::contains(UChar32 c) { 347 inline void Regex8BitSet::add(UChar32 c) { 376 UChar32 next(); // Next case folded character 401 UChar32 next(); // Next case folded character
|
/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/icu/icu4c/source/i18n/ |
collationbasedatabuilder.cpp | 117 for(UChar32 c = 0; c < 0x180; ++c) { 153 CollationBaseDataBuilder::initHanRanges(const UChar32 ranges[], int32_t length, 166 UChar32 start = ranges[i]; 167 UChar32 end = ranges[i + 1]; 183 UChar32 start = ranges[i]; 184 UChar32 end = ranges[i + 1];
|
regeximp.h | 320 inline UBool contains(UChar32 c); 321 inline void add(UChar32 c); 329 inline UBool Regex8BitSet::contains(UChar32 c) { 334 inline void Regex8BitSet::add(UChar32 c) { 363 UChar32 next(); // Next case folded character 388 UChar32 next(); // Next case folded character
|