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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ddictbe.cpp58 UBool isDict = fSet.contains(c); local
59 while((current = (int32_t)utext_getNativeIndex(text)) > startPos && isDict) {
61 isDict = fSet.contains(c);
63 rangeStart = (current < startPos) ? startPos : current+(isDict ? 0 : 1);

Completed in 117 milliseconds