/external/icu/icu4c/source/common/ |
chariter.cpp | 94 UChar32
|
ustr_imp.h | 72 * NUL-terminate a UChar32 * string if possible. 76 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
|
ucasemap_imp.h | 82 inline UBool ustrcase_isLNS(UChar32 c) { 268 uint32_t getLetterData(UChar32 c); 275 uint32_t getDiacriticData(UChar32 c);
|
usc_impl.cpp | 58 static const UChar32 pairedChars[] = { 157 getPairIndex(UChar32 ch) 272 UChar32 ch = high;
|
ustring.cpp | 220 u_strchr32(const UChar *s, UChar32 c) { 260 u_memchr32(const UChar *s, UChar32 c, int32_t count) { 394 u_strrchr32(const UChar *s, UChar32 c) { 435 u_memrchr32(const UChar *s, UChar32 c, int32_t count) { 470 UChar32 stringCh, matchCh; 830 UChar32 c1, c2; [all...] |
utrie.cpp | 196 utrie_getDataBlock(UNewTrie *trie, UChar32 c) { 222 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) { 240 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { 263 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, 284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { 305 UChar32 nextStart; 409 UChar32 c; 721 defaultGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) [all...] |
ucnv_u8.cpp | 309 UChar32 ch; 424 UChar32 ch; 554 static UChar32 U_CALLCONV ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args, 560 UChar32 ch; 578 return (UChar32)myByte; 662 UChar32 c; 676 c=(UChar32)utf8->toUnicodeStatus;
|
/external/icu/icu4c/source/i18n/ |
collationfastlatinbuilder.h | 53 UBool getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32,
|
uni2name.cpp | 99 UChar32 c = text.char32At(cursor);
|
collation.h | 482 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE); 487 static uint32_t unassignedPrimaryFromCodePoint(UChar32 c); 489 static inline int64_t unassignedCEFromCodePoint(UChar32 c) {
|
strmatch.cpp | 196 UChar32 c = pattern.char32At(0); 205 UChar32 ch; 283 UChar32 c = pattern.char32At(i);
|
strrepl.cpp | 163 UChar32 c = output.char32At(oOutput); 297 UChar32 ch; 316 UChar32 c = output.char32At(i);
|
uspoof_impl.cpp | 251 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) { 292 UChar32 codePoint; 312 UChar32 codePoint; 320 result.add(codePoint - (UChar32)u_getNumericValue(codePoint)); 383 UChar32 cp = input.char32At(i); 399 static inline bool isIllegalCombiningDotLeadCharacterNoLookup(UChar32 cp) { 404 bool SpoofImpl::isIllegalCombiningDotLeadCharacter(UChar32 cp) const { 410 UChar32 finalCp = skelStr.char32At(skelStr.moveIndex32(skelStr.length(), -1)); 420 // Input: UChar *string text. Output: a UChar32 424 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) [all...] |
regexcmp.cpp | 213 if (tableEl->fCharClass == 253 && fC.fChar == (UChar32)-1) { 220 fC.fChar != (UChar32)-1) { // char is not EOF [all...] |
uspoof_conf.cpp | 48 // 1. Parse the data, making a hash table mapping from a UChar32 to a String. 296 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), 309 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status), 319 // Add the UChar32 -> string mapping to the table. 371 for (UChar32 keyChar=fKeySet->getRangeStart(range); 424 UChar32 previousCodePoint = 0; 427 UChar32 codePoint = ConfusableDataUtils::keyToCodePoint(key);
|
/external/icu/icu4c/source/samples/case/ |
ucase.c | 29 UChar32 ch;
|
/external/icu/icu4c/source/samples/uciter8/ |
uciter8.c | 56 UChar32 c1, c2; 225 UChar32 u[4]; 228 UChar32 c; 316 UChar32 c1, c2;
|
/external/icu/icu4c/source/test/cintltst/ |
utf8tst.c | 187 UChar32 c=codepoint[i+1]; 225 static const UChar32 result[]={ 243 UChar32 c, expected; 303 static const UChar32 result[]={ 342 UChar32 c, expected; 468 static const UChar32 result[]={ 484 UChar32 c, c2, expected; 555 UChar32 ch; 572 UChar32 expected= nonChars[idx]<0xf0 ? 0xffff : 0x10ffff; 580 UChar32 expected= nonChars[idx]<0xf0 ? 0xffff : 0x10ffff [all...] |
trietest.c | 39 UChar32 start, limit; 50 UChar32 limit; 56 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) { 58 UChar32 limit; 87 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) { 89 UChar32 limit; 127 _testEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value) { 150 UChar32 c; 265 UChar32 start, limit [all...] |
utf16tst.c | 127 UChar32 c=codepoint[i+1]; 165 static UChar32 result[]={ 167 (UChar32)0xfca10000, 0xdc00, UTF_ERROR_VALUE, 183 UChar32 c, expected; 228 static UChar32 result[]={ 260 UChar32 c=0x0000, expected; 410 static const UChar32 result[]={ 419 UChar32 c, c2, expected; 806 static const UChar32 codePoints[]={ 831 UChar32 c [all...] |
/external/icu/icu4c/source/test/intltest/ |
canittst.cpp | 79 UChar32 i = 0; 100 s += (UChar32)0x0345; //"\\u0345"; 176 void CanonicalIteratorTest::characterTest(UnicodeString &s, UChar32 ch, CanonicalIterator &it)
|
tstnorm.cpp | 503 inline static void insert(UnicodeString& dest, int pos, UChar32 ch) 510 UChar32 ch; 579 for (UChar32 ch = iter->first(); ch != iter->DONE; ch = iter->next()) { 593 UChar32Iterator(const UChar32 *text, int32_t len, int32_t index) : 596 UChar32 current() { 604 UChar32 next() { 612 UChar32 previous() { 624 const UChar32 *s; 630 const UChar32 *expect, int32_t expectLength, 650 UChar32 c = result.char32At(i) [all...] |
/external/icu/icu4c/source/test/iotest/ |
stream.cpp | 68 str4.append((UChar32)0x03BC); /* mu */ 69 str4.append((UChar32)0x10001); 70 str4.append((UChar32)0x10002);
|
/external/icu/icu4c/source/tools/toolutil/ |
ucm.cpp | 45 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) { 94 const UChar32 *lu, *ru; 786 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 791 UChar32 cp; 809 (cp=(UChar32)uprv_strtoul(s+2, &end, 16), end)==s+2 || 919 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 922 UChar32 c; 949 table->codePoints=(UChar32 *)uprv_malloc(table->codePointsCapacity*4); 1047 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], [all...] |
/external/icu/icu4c/source/io/ |
ustdio.cpp | 293 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 294 u_fputc(UChar32 uc, 622 ufile_getch32(UFILE *f, UChar32 *c32) 656 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 659 UChar32 ch; 664 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */ 665 u_fungetc(UChar32 ch,
|