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

/external/icu4c/common/
H A Ddictbe.cpp56 UChar32 c = utext_current32(text);
69 c = utext_current32(text);
318 UChar32 pc = utext_current32(text);
322 uc = utext_current32(text);
360 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
371 && fSuffixSet.contains(uc = utext_current32(text))) {
378 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.cpp1667 UChar32 c = utext_current32(fText);
1680 c = utext_current32(fText);
1703 c = utext_current32(fText);
1707 c = utext_current32(fText);
1721 c = utext_current32(fText);
1727 c = utext_current32(fText);
1745 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.c129 c = utext_current32(uta);
134 c = utext_current32(uta);
139 c = utext_current32(uta);
171 c = utext_current32(uta);
/external/icu4c/test/cintltst/
H A Dutexttst.c129 c = utext_current32(uta);
134 c = utext_current32(uta);
139 c = utext_current32(uta);
171 c = utext_current32(uta);
/external/chromium_org/third_party/icu/source/common/
H A Ddictbe.cpp60 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(
[all...]
H A Dbrkeng.cpp82 UChar32 c = utext_current32(text);
91 c = utext_current32(text);
H A Drbbi.cpp1596 UChar32 c = utext_current32(fText);
1609 c = utext_current32(fText);
1632 c = utext_current32(fText);
1636 c = utext_current32(fText);
1650 c = utext_current32(fText);
1656 c = utext_current32(fText);
1674 c = utext_current32(fText);
H A Dtriedict.cpp146 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);
H A Dutext.cpp176 // utext_current32. Get the UChar32 at the current position.
181 utext_current32(UText *ut) { function
254 c = utext_current32(ut);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutext.h436 * utext_current32();
464 utext_current32(UText *ut);
836 * inline version of utext_current32(), for performance-critical situations.
846 ((ut)->chunkContents)[((ut)->chunkOffset)] : utext_current32(ut))
H A Durename.h1599 #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) macro
/external/icu4c/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.h1636 #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) macro

Completed in 214 milliseconds