HomeSort by relevance Sort by last modified time
    Searched full:char32at (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NormalizationTransliterator.java 97 int c = text.char32At(start);
106 } while(start < limit && !norm2.hasBoundaryBefore(c = text.char32At(start)));
TransliterationRuleSet.java 192 int indexByte = text.char32At(pos.start) & 0xFF;
217 pos.start += UTF16.getCharCount(text.char32At(pos.start));
UnescapeTransliterator.java 196 int ch = text.char32At(s);
245 start += UTF16.getCharCount(text.char32At(start));
ReplaceableString.java 97 public int char32At(int offset) {
TitlecaseTransliterator.java 88 c = text.char32At(start);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ReplaceableTest.java 128 public int char32At(int offset) {
129 return chars.char32At(offset);
  /external/icu/icu4c/source/i18n/
brktrans.cpp 107 UChar32 cp = sText.char32At(boundary-1);
112 cp = sText.char32At(boundary);
nortrans.cpp 137 UChar32 c = text.char32At(start);
146 } while(start < limit && !fNorm2.hasBoundaryBefore(c = text.char32At(start)));
scientificnumberformatter.cpp 46 UChar32 c = s.char32At(i);
152 UChar32 aChar = original.char32At(beginIndex);
decimfmt.cpp     [all...]
unesctrn.cpp 228 UChar32 ch = text.char32At(s);
277 start += U16_LENGTH(text.char32At(start));
collationruleparser.cpp 274 UChar32 prefix0 = prefix.char32At(0);
275 UChar32 c = str.char32At(0);
300 UChar32 c = raw.char32At(j);
326 UChar32 c = raw.char32At(0);
405 c = rules->char32At(i);
422 UChar32 c = raw.char32At(j);
decimalformatpattern.cpp 108 DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
110 DecimalFormatSymbols::kSignificantDigitSymbol).char32At(0);
196 ch = pattern.char32At(pos);
293 pattern.char32At(pos) == fZeroDigit) {
427 padChar = pattern.char32At(pos);
rbt_set.cpp 93 UChar32 ch = source.char32At(i);
405 int16_t indexByte = (int16_t) (text.char32At(pos.start) & 0xFF);
420 pos.start += U16_LENGTH(text.char32At(pos.start));
anytrans.cpp 140 ch = text.char32At(start - 1); // look back
152 ch = text.char32At(limit); // look ahead
uitercollationiterator.cpp 193 c = normalized.char32At(pos);
246 c = normalized.char32At(pos - 1);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NormalizationTransliterator.java 96 int c = text.char32At(start);
105 } while(start < limit && !norm2.hasBoundaryBefore(c = text.char32At(start)));
TransliterationRuleSet.java 191 int indexByte = text.char32At(pos.start) & 0xFF;
216 pos.start += UTF16.getCharCount(text.char32At(pos.start));
UnescapeTransliterator.java 195 int ch = text.char32At(s);
244 start += UTF16.getCharCount(text.char32At(start));
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ReplaceableTest.java 124 public int char32At(int offset) {
125 return chars.char32At(offset);
  /external/icu/icu4c/source/common/
util.cpp 172 //? PatternProps::isWhiteSpace(c = text.char32At(pos))) {
238 UChar32 cpat = pat.char32At(ipat);
241 UChar32 c = text.char32At(index);
271 cpat = pat.char32At(ipat);
util_props.cpp 148 UChar32 ch = str.char32At(p);
193 UChar32 ch = text.char32At(p);
caniter.cpp 211 i = U16_LENGTH(source.char32At(0));
219 cp = source.char32At(i);
295 cp = source.char32At(i);
normlzr.cpp 250 return buffer.char32At(bufferPos);
263 UChar32 c=buffer.char32At(bufferPos);
278 UChar32 c=buffer.char32At(bufferPos-1);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 173 cp = text.char32At(i);
185 cp = text.char32At(i);

Completed in 410 milliseconds

12 3 4 5