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

  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 56 UChar32 c = utext_current32(text);
69 c = utext_current32(text);
323 UChar32 pc = utext_current32(text);
327 uc = utext_current32(text);
365 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
376 && fSuffixSet.contains(uc = utext_current32(text))) {
383 uc = utext_current32(text); // Fetch next character
551 UChar32 pc = utext_current32(text);
555 uc = utext_current32(text);
589 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/chromium_org/third_party/icu/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 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/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 1684 #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 285 milliseconds