/external/icu/icu4c/source/test/intltest/ |
testutil.cpp | 25 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { 39 UnicodeString TestUtility::hex(UChar32 ch) { 52 UChar32 c;
|
rbbimonkeytest.h | 119 const CharClass *getClassForChar(UChar32 c, int32_t *iter=NULL) const;
|
mnkytst.cpp | 117 addOne += (UChar32)0xE000; 183 addOne += (UChar32)0xE000;
|
numbertest_stringbuilder.cpp | 129 static const UChar32 cases[] = { 134 for (UChar32 cas : cases) {
|
alphaindextst.cpp | 120 additions.add((UChar32)0x410).add((UChar32)0x415); // A couple of Cyrillic letters 155 UnicodeString ELLIPSIS; ELLIPSIS.append((UChar32)0x2026); 574 bucketIndex = index.getBucketIndex(UnicodeString((UChar32)0x50005), status); 603 bucketIndex = index.getBucketIndex(UnicodeString((UChar32)0x50005), status); 690 static const UChar32 kanji[] = { 0x4E9C, 0x95C7, 0x4E00, 0x58F1 }; [all...] |
/external/icu/icu4c/source/common/ |
rbbistbl.cpp | 119 const UnicodeFunctor *RBBISymbolTable::lookupMatcher(UChar32 ch) const
|
ucnv_cnv.cpp | 136 UChar32 c,
|
ucharstrie.cpp | 44 UCharsTrie::firstForCodePoint(UChar32 cp) { 53 UCharsTrie::nextForCodePoint(UChar32 cp) {
|
ustr_wcs.cpp | 269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, 525 (UChar32*)src, srcLength, pErrorCode);
|
ucnvisci.cpp | 133 UChar32 prevToUnicodeStatus; /* Hold the previous toUnicodeStatus. This is necessary because we may need to know the last two code points. */ 173 isPNJConsonant(UChar32 c) { 182 isPNJBindiTippi(UChar32 c) { [all...] |
ucnvsel.cpp | 104 UChar32 start_char; 105 UChar32 end_char; 128 UChar32 start_char; 129 UChar32 end_char; 772 UChar32 c;
|
/external/icu/icu4c/source/i18n/ |
brktrans.cpp | 109 UChar32 cp = sText.char32At(boundary-1);
|
collationruleparser.h | 177 static UBool isSyntaxChar(UChar32 c);
|
numparse_decimal.cpp | 73 UChar32 cpZero = symbols.getCodePointZero(); 156 UChar32 cp = segment.getCodePoint();
|
rbt_rule.cpp | 227 UChar32 c = pattern.char32At(anteContextLength); 536 UChar32 ch = pattern.char32At(i);
|
scriptset.cpp | 225 UChar32 c = scriptString.char32At(i); 252 void ScriptSet::setScriptExtensions(UChar32 codePoint, UErrorCode& status) {
|
dcfmtsym.cpp | 372 UChar32 digit = digitString.char32At(0); 439 UChar32 tempCodePointZero = -1; 446 UChar32 cp = stringDigit.char32At(0);
|
collationdatareader.cpp | 313 UChar32 start, end; 319 UChar32 c = 0x10000;
|
/external/icu/icu4c/source/samples/citer/ |
citer.cpp | 36 void printUChar(UChar32 ch)
|
/external/icu/icu4c/source/test/cintltst/ |
cldrtest.c | 34 UChar32 start, end; [all...] |
custrtst.c | 713 static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456; [all...] |
cbiditransformtst.c | 203 UChar32 c = 0; 219 UChar32 c = 0;
|
/external/icu/icu4c/source/common/unicode/ |
ucnv.h | 214 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint. 227 UChar32 codePoint, [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
tzfmt.h | 694 UChar32 fGMTOffsetDigits[10]; 809 * Break input string into UChar32[]. Each array element represents 818 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity); [all...] |
/external/icu/libandroidicu/include/unicode/ |
ucnv.h | 214 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint. 227 UChar32 codePoint, [all...] |