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

<<1112131415

  /external/icu/icu4c/source/tools/genrb/
ustr.c 167 ustr_u32cat(struct UString *dst, UChar32 c, UErrorCode *status){
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 486 UChar32 pos = str.charAt(1) - CollationRuleParser::POS_BASE;
    [all...]
decimalformatpattern.cpp 181 UChar32 padChar = 0;
192 UChar32 ch;
repattrn.cpp 817 UChar32 c = utext_next32From(fPattern, 0);
843 UChar32 c = fInitialChars->charAt(i);
anytrans.cpp 125 UChar32 ch;
collationdata.cpp 53 CollationData::getSingleCE(UChar32 c, UErrorCode &errorCode) const {
translit.cpp 302 UChar32 insertion,
479 UChar32 c;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c     [all...]
custrtrn.c 66 static const UChar32 src32[]={
144 UChar32 u32Target[400];
210 UChar32 u32Target[400];
216 static const UChar32 expected[] = { 0x5a, 0x50000, 0x7a, 0 };
217 static const UChar32 expected_FFFD[] = { 0x41, 0xfffd, 0x61, 0xfffd, 0x5a, 0x50000, 0x7a, 0 };
218 static const UChar32 expected_12345[] = { 0x41, 0x12345, 0x61, 0x12345, 0x5a, 0x50000, 0x7a, 0 };
395 static const UChar32 surr32[] = { 0x41, 0xd900, 0x61, 0xdc00, -1, 0x110000, 0x5a, 0x50000, 0x7a, 0 };
    [all...]
spooftest.c 264 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */
  /external/icu/icu4c/source/common/
uts46.cpp 663 isNonASCIIDisallowedSTD3Valid(UChar32 c) {
811 UChar32 c;
    [all...]
filteredbrk.cpp 263 UChar32 uch;
267 if((uch=utext_previous32(fText.getAlias()))==(UChar32)0x0020) { // TODO: skip a class of chars here??
uinvchar.c 453 UChar32 c1, c2;
498 UChar32 c1, c2;
usprep.cpp 528 UChar32 ch;
717 UChar32 ch = 0;
loadednormalizer2impl.cpp 343 unorm_getQuickCheck(UChar32 c, UNormalizationMode mode) {
unorm.cpp 136 UChar32 c;
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 508 UChar32 codePoint,
522 UChar32 cpLimit;
535 UChar32 c;
709 UChar32 input[1];
797 UChar32 c;
    [all...]
colldata.cpp 361 UChar32 start = 0, end = 0;
367 for (UChar32 ch = start; ch <= end; ch += 1) {
idnaconf.cpp 199 UChar32 cp = 0;
ssearch.cpp 693 UChar32 ch = string.char32At(i);
    [all...]
idnaref.cpp 141 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status);
153 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status);
228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
transapi.cpp 714 virtual UBool contains(UChar32 c) const {
735 virtual UBool contains(UChar32 c) const {
756 virtual UBool contains(UChar32 c) const {
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 607 UChar32 val = 0;
615 UChar32 val = 0;
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 344 const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason,
368 UConverterFromUnicodeArgs* fromArgs, const UChar*, int32_t, UChar32,
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 108 UChar32 codePoint,

Completed in 3327 milliseconds

<<1112131415