Searched refs:utext_current32 (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ddictbe.cpp56 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(tex
[all...]
H A Dbrkeng.cpp85 UChar32 c = utext_current32(text);
94 c = utext_current32(text);
H A Drbbi.cpp1621 UChar32 c = utext_current32(fText);
1634 c = utext_current32(fText);
1657 c = utext_current32(fText);
1661 c = utext_current32(fText);
1675 c = utext_current32(fText);
1681 c = utext_current32(fText);
1699 c = utext_current32(fText);
H A Dutext.cpp179 // utext_current32. Get the UChar32 at the current position.
184 utext_current32(UText *ut) { function
257 c = utext_current32(ut);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutexttst.c130 c = utext_current32(uta);
135 c = utext_current32(uta);
140 c = utext_current32(uta);
172 c = utext_current32(uta);
/external/icu/icu4c/source/common/
H A Ddictbe.cpp59 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(tex
[all...]
H A Dbrkeng.cpp85 UChar32 c = utext_current32(text);
94 c = utext_current32(text);
H A Drbbi.cpp1621 UChar32 c = utext_current32(fText);
1634 c = utext_current32(fText);
1657 c = utext_current32(fText);
1661 c = utext_current32(fText);
1675 c = utext_current32(fText);
1681 c = utext_current32(fText);
1699 c = utext_current32(fText);
H A Dutext.cpp179 // utext_current32. Get the UChar32 at the current position.
184 utext_current32(UText *ut) { function
257 c = utext_current32(ut);
/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c130 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/
H A Dutext.h436 * utext_current32();
464 utext_current32(UText *ut);
696 * inline version of utext_current32(), for performance-critical situations.
706 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
H A Durename.h1684 #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) macro
/external/icu/icu4c/source/common/unicode/
H A Dutext.h436 * utext_current32();
464 utext_current32(UText *ut);
696 * inline version of utext_current32(), for performance-critical situations.
706 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
H A Durename.h1605 #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) macro

Completed in 424 milliseconds