Searched refs:inExpansion (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dregeximp.cpp59 UBool CaseFoldingUTextIterator::inExpansion() { function in class:CaseFoldingUTextIterator
108 UBool CaseFoldingUCharIterator::inExpansion() { function in class:CaseFoldingUCharIterator
H A Dregeximp.h378 UBool inExpansion(); // True if last char returned from next() and the
403 UBool inExpansion(); // True if last char returned from next() and the
H A Drematch.cpp3704 if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) {
3708 if (!inputItr.inExpansion() && utext_getNativeIndex(fInputText) >= fActiveLimit) {
3721 if (success && inputItr.inExpansion()) {
3845 if (!inputIterator.inExpansion() && UTEXT_GETNATIVEINDEX(fInputText) >= fActiveLimit) {
3857 if (inputIterator.inExpansion()) {
5178 if (success && inputItr.inExpansion()) {
5301 if (inputIterator.inExpansion()) {
/external/icu/icu4c/source/i18n/
H A Dregeximp.cpp59 UBool CaseFoldingUTextIterator::inExpansion() { function in class:CaseFoldingUTextIterator
108 UBool CaseFoldingUCharIterator::inExpansion() { function in class:CaseFoldingUCharIterator
H A Dregeximp.h365 UBool inExpansion(); // True if last char returned from next() and the
390 UBool inExpansion(); // True if last char returned from next() and the
H A Drematch.cpp3661 if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) {
3665 if (!inputItr.inExpansion() && utext_getNativeIndex(fInputText) >= fActiveLimit) {
3678 if (success && inputItr.inExpansion()) {
3802 if (!inputIterator.inExpansion() && UTEXT_GETNATIVEINDEX(fInputText) >= fActiveLimit) {
3814 if (inputIterator.inExpansion()) {
5129 if (success && inputItr.inExpansion()) {
5252 if (inputIterator.inExpansion()) {

Completed in 134 milliseconds