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 132 c = utext_current32(uta);
137 c = utext_current32(uta);
142 c = utext_current32(uta);
174 c = utext_current32(uta);
  /external/icu/icu4c/source/common/
dictbe.cpp 62 UChar32 c = utext_current32(text);
86 c = utext_current32(text);
348 uc = utext_current32(text);
379 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
390 && fSuffixSet.contains(uc = utext_current32(text))) {
398 uc = utext_current32(text); // Fetch next character
581 uc = utext_current32(text);
609 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
774 uc = utext_current32(text);
    [all...]
brkeng.cpp 89 UChar32 c = utext_current32(text);
98 c = utext_current32(text);
rbbi.cpp     [all...]
utext.cpp 181 // utext_current32. Get the UChar32 at the current position.
186 utext_current32(UText *ut) { function
259 c = utext_current32(ut);
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 438 * utext_current32();
466 utext_current32(UText *ut);
698 * inline version of utext_current32(), for performance-critical situations.
706 #define UTEXT_CURRENT32(ut) \
708 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
    [all...]
urename.h 1667 #define utext_current32 macro
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 353 c = UTEXT_CURRENT32(replacement);
418 UChar32 nextChar = utext_current32(replacement);
446 nextChar = UTEXT_CURRENT32(replacement);
850 if (c == 0x0d && startPos < fActiveLimit && UTEXT_CURRENT32(fInputText) == 0x0a) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 886 UChar32 c32 = utext_current32(textToBreak);
    [all...]

Completed in 4380 milliseconds