HomeSort by relevance Sort by last modified time
    Searched full:char32at (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/icu4c/test/intltest/
rbbitst.cpp 374 UChar32 c = ustr.char32At(j);
    [all...]
utxttest.cpp 175 c = sa.char32At(i);
446 usc = targetUS.char32At(usi);
523 usc = targetUS.char32At(usi);
825 (buf[0] == 0x5555 && U_IS_SUPPLEMENTARY(us.char32At(0))));
    [all...]
tstnorm.cpp     [all...]
reptest.cpp 118 return chars.char32At(offset);
ustrtest.cpp     [all...]
ucdtest.cpp 476 UChar32 firstChar = sample.char32At(0);
  /external/icu4c/tools/gennorm2/
n2builder.cpp 106 if(!mapping->isEmpty() && mapping->length()==U16_LENGTH(c=mapping->char32At(0))) {
365 UChar32 lead=m.char32At(0);
366 UChar32 trail=m.char32At(m.length()-1);
478 uint8_t myTrailCC=getCC(m.char32At(i));
479 UChar32 cTrailChar=cNorm.mapping->char32At(cNorm.mapping->length()-1);
690 leadCC=getCC(m.char32At(0));
691 trailCC=getCC(m.char32At(length-1));
    [all...]
  /external/icu4c/i18n/
identifier_info.cpp 138 cp = identifier.char32At(i);
scriptset.cpp 215 UChar32 c = scriptString.char32At(i);
uspoof.cpp 482 c = id.char32At(i);
509 c = nfdText.char32At(i);
655 UChar32 c = nfdId.char32At(inputIndex);
utrans.cpp 106 return (*func->char32At)(rep, offset);
translit.cpp 411 newCS -= U16_LENGTH(text.char32At(newCS)) - 1;
481 !filter->contains(c=text.char32At(index.start))) {
488 filter->contains(c=text.char32At(index.limit))) {
572 int32_t charLength = U16_LENGTH(text.char32At(passLimit));
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 177 c = sa.char32At(i);
448 usc = targetUS.char32At(usi);
525 usc = targetUS.char32At(usi);
827 (buf[0] == 0x5555 && U_IS_SUPPLEMENTARY(us.char32At(0))));
    [all...]
tstnorm.cpp     [all...]
reptest.cpp 118 return chars.char32At(offset);
ustrtest.cpp     [all...]
itspoof.cpp 391 appendHexUChar(line, actual.char32At(i));
  /external/chromium_org/third_party/icu/source/common/
util.h 189 * !UCharacter::isWhitespace(str.char32At(pos)). On
uprops.cpp 121 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
  /external/chromium_org/third_party/icu/source/i18n/
utrans.cpp 106 return (*func->char32At)(rep, offset);
translit.cpp 413 newCS -= UTF_CHAR_LENGTH(text.char32At(newCS)) - 1;
483 !filter->contains(c=text.char32At(index.start))) {
490 filter->contains(c=text.char32At(index.limit))) {
575 UTF_CHAR_LENGTH(text.char32At(passLimit));
    [all...]
  /external/icu4c/common/
util.h 188 * !UCharacter::isWhitespace(str.char32At(pos)). On
uprops.cpp 121 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 434 UChar32 sym = value.char32At(0);
  /external/icu4c/i18n/unicode/
dcfmtsym.h 434 UChar32 sym = value.char32At(0);

Completed in 1726 milliseconds

1 23 4 5