HomeSort by relevance Sort by last modified time
    Searched full:uchar32 (Results 276 - 300 of 378) sorted by null

<<111213141516

  /external/icu/icu4c/source/test/intltest/
transapi.cpp 714 virtual UBool contains(UChar32 c) const {
735 virtual UBool contains(UChar32 c) const {
756 virtual UBool contains(UChar32 c) const {
    [all...]
idnaconf.cpp 199 UChar32 cp = 0;
ssearch.cpp 693 UChar32 ch = string.char32At(i);
    [all...]
trnserr.cpp 118 t->transliterate(testString, pos, (UChar32)0x0061, status);
itutil.cpp 293 LocalPointer<UnicodeString> s(new UnicodeString((UChar32)0x50005));
403 a[1].append((UChar32)0x60006);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 362 private void fillBlock(int block, /*UChar32*/ int start, /*UChar32*/ int limit,
397 int /*UChar32*/ limit;
412 int /*UChar32*/ nextStart;
    [all...]
TrieIterator.java 35 * UTrieEnumRange(const void *context, UChar32 start, UChar32 limit,
  /external/icu/icu4c/source/common/
dictbe.h 78 virtual UBool handles( UChar32 c, int32_t breakType ) const;
rbbirb.h 71 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
filteredbrk.cpp 263 UChar32 uch;
267 if((uch=utext_previous32(fText.getAlias()))==(UChar32)0x0020) { // TODO: skip a class of chars here??
ucnvhz.c 160 UChar32 targetUniChar = 0x0000;
344 UChar32 mySourceChar = 0x0000;
uinvchar.c 453 UChar32 c1, c2;
498 UChar32 c1, c2;
usprep.cpp 528 UChar32 ch;
717 UChar32 ch = 0;
  /external/icu/icu4c/source/i18n/
anytrans.cpp 125 UChar32 ch;
collationdata.cpp 53 CollationData::getSingleCE(UChar32 c, UErrorCode &errorCode) const {
rbt_pars.h 216 UBool checkVariableRange(UChar32 ch) const;
collationfastlatinbuilder.cpp 244 CollationFastLatinBuilder::getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32,
648 UChar32 c = i - headerLength;
decimalformatpattern.cpp 181 UChar32 padChar = 0;
192 UChar32 ch;
rbt_rule.cpp 225 UChar32 c = pattern.char32At(anteContextLength);
534 UChar32 ch = pattern.char32At(i);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 360 private void fillBlock(int block, /*UChar32*/ int start, /*UChar32*/ int limit,
395 int /*UChar32*/ limit;
410 int /*UChar32*/ nextStart;
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucharstrie.h 175 UStringTrieResult firstForCodePoint(UChar32 cp);
192 UStringTrieResult nextForCodePoint(UChar32 cp);
  /external/icu/icu4c/source/test/cintltst/
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...]
  /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/tools/toolutil/
ucbuf.c 340 /* get a UChar32 from the stream*/
376 UChar32 c32,c1,c2;
xmlparser.cpp 607 UChar32 val = 0;
615 UChar32 val = 0;

Completed in 4040 milliseconds

<<111213141516