HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 251 - 275 of 352) sorted by null

<<1112131415

  /external/icu/icu4c/source/i18n/
rbt_rule.cpp 225 UChar32 c = pattern.char32At(anteContextLength);
534 UChar32 ch = pattern.char32At(i);
uspoof_impl.cpp 132 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &dest) const {
138 UChar32 midc;
244 UChar32 c = text.char32At(inputIdx);
377 // Input: UChar *string text. Output: a UChar32
381 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) {
404 return (UChar32)val;
collationdatareader.cpp 311 UChar32 start, end;
317 UChar32 c = 0x10000;
decimfmtimpl.h 285 UChar32 getPadCharacter() const { return fAffixes.fPadChar; }
286 void setPadCharacter(UChar32 c) { fAffixes.fPadChar = c; }
digitformatter.cpp 31 fLocalizedDigits[i] = (UChar32) (0x30 + i);
380 UChar32 cdigit = 0x30;
utrans.cpp 83 virtual UChar32 getChar32At(int32_t offset) const;
106 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const {
collationbuilder.h 136 UChar32 composite, const UnicodeString &decomp,
scriptset.cpp 214 UChar32 c = scriptString.char32At(i);
  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 692 UChar32 fGMTOffsetDigits[10];
807 * Break input string into UChar32[]. Each array element represents
816 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
    [all...]
translit.h 489 UChar32 insertion,
    [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 115 addOne += (UChar32)0xE000;
181 addOne += (UChar32)0xE000;
rbbitst.cpp 374 UChar32 c = utext_next32(tstr);
    [all...]
strcase.cpp 71 test3 += (UChar32)0x0130;
87 test3 += (UChar32)0x0131;
546 UChar32 c;
alphaindextst.cpp 116 additions.add((UChar32)0x410).add((UChar32)0x415); // A couple of Cyrillic letters
151 UnicodeString ELLIPSIS; ELLIPSIS.append((UChar32)0x2026);
686 static const UChar32 kanji[] = { 0x4E9C, 0x95C7, 0x4E00, 0x58F1 };
trnserr.cpp 118 t->transliterate(testString, pos, (UChar32)0x0061, status);
  /external/icu/icu4c/source/common/
rbbi.cpp     [all...]
ucnvsel.cpp 101 UChar32 start_char;
102 UChar32 end_char;
125 UChar32 start_char;
126 UChar32 end_char;
769 UChar32 c;
ucnvhz.c 160 UChar32 targetUniChar = 0x0000;
344 UChar32 mySourceChar = 0x0000;
ucnvisci.c 131 UChar32 prevToUnicodeStatus; /* Hold the previous toUnicodeStatus. This is necessary because we may need to know the last two code points. */
171 isPNJConsonant(UChar32 c) {
180 isPNJBindiTippi(UChar32 c) {
    [all...]
unisetspan.cpp 351 UChar32 c;
432 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) {
502 UChar32 c=*s;
514 UChar32 c=s[length-1];
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 30 UChar32 start, end;
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
store.c 525 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) {
527 UChar32 limit=0;
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 888 static UBool isArgTypeChar(UChar32 c);
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 624 str1.append((UChar32) 0);
626 str2.append((UChar32) 0);
666 str.append((UChar32) 0);
943 UChar32 c;
    [all...]
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 215 UChar32 c;

Completed in 1150 milliseconds

<<1112131415