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

  /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/icu/icu4c/source/common/
dictbe.cpp 60 UChar32 c = utext_current32(text);
84 c = utext_current32(text);
346 uc = utext_current32(text);
377 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
388 && fSuffixSet.contains(uc = utext_current32(text))) {
396 uc = utext_current32(text); // Fetch next character
579 uc = utext_current32(text);
607 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
772 uc = utext_current32(text);
    [all...]
brkeng.cpp 86 UChar32 c = utext_current32(text);
95 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/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 1645 #define utext_current32 macro
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 349 c = UTEXT_CURRENT32(replacement);
414 UChar32 nextChar = utext_current32(replacement);
442 nextChar = UTEXT_CURRENT32(replacement);
846 if (c == 0x0d && startPos < fActiveLimit && UTEXT_CURRENT32(fInputText) == 0x0a) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 981 milliseconds