HomeSort by relevance Sort by last modified time
    Searched refs:utext_current32 (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 129 c = utext_current32(uta);
134 c = utext_current32(uta);
139 c = utext_current32(uta);
171 c = utext_current32(uta);
  /external/icu/icu4c/source/common/
dictbe.cpp 59 UChar32 c = utext_current32(text);
72 c = utext_current32(text);
326 UChar32 pc = utext_current32(text);
330 uc = utext_current32(text);
368 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
379 && fSuffixSet.contains(uc = utext_current32(text))) {
386 uc = utext_current32(text); // Fetch next character
554 UChar32 pc = utext_current32(text);
558 uc = utext_current32(text);
592 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text)))
    [all...]
brkeng.cpp 85 UChar32 c = utext_current32(text);
94 c = utext_current32(text);
rbbi.cpp     [all...]
utext.cpp 179 // utext_current32. Get the UChar32 at the current position.
184 utext_current32(UText *ut) { function
257 c = utext_current32(ut);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 130 c = utext_current32(uta);
135 c = utext_current32(uta);
140 c = utext_current32(uta);
172 c = utext_current32(uta);
  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 60 UChar32 c = utext_current32(text);
73 c = utext_current32(text);
328 UChar32 pc = utext_current32(text);
332 uc = utext_current32(text);
370 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
381 && fSuffixSet.contains(uc = utext_current32(text))) {
388 uc = utext_current32(text); // Fetch next character
638 !fHangulWordSet.contains(utext_current32(&normalizedText))){
659 bool is_katakana = isKatakana(utext_current32(&normalizedText));
665 isKatakana(utext_current32(&normalizedText)))
    [all...]
brkeng.cpp 82 UChar32 c = utext_current32(text);
91 c = utext_current32(text);
rbbi.cpp     [all...]
triedict.cpp 146 UChar uc = utext_current32(text);
177 uc = utext_current32(text);
679 UChar uc = utext_current32(text);
689 uc = utext_current32(text);
726 uc = utext_current32(text);
745 uc = utext_current32(text);
    [all...]
utext.cpp 176 // utext_current32. Get the UChar32 at the current position.
181 utext_current32(UText *ut) { function
254 c = utext_current32(ut);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 436 * utext_current32();
464 utext_current32(UText *ut);
    [all...]
urename.h 1599 #define utext_current32 macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 436 * utext_current32();
464 utext_current32(UText *ut);
696 * inline version of utext_current32(), for performance-critical situations.
704 #define UTEXT_CURRENT32(ut) \
706 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
    [all...]
urename.h 1605 #define utext_current32 macro
    [all...]

Completed in 395 milliseconds