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

/external/chromium/third_party/icu/source/i18n/
H A Dnfrule.cpp1173 int32_t oStr = strIter->next(err); local
1178 while (CollationElementIterator::primaryOrder(oStr) == 0
1179 && oStr != CollationElementIterator::NULLORDER) {
1180 oStr = strIter->next(err);
1201 if (oStr == CollationElementIterator::NULLORDER) {
1210 if (CollationElementIterator::primaryOrder(oStr)
1220 oStr = strIter->next(err);
1226 if (oStr != CollationElementIterator::NULLORDER) {
1380 //int oStr = strIter.next();
1383 // while (oStr !
[all...]
/external/icu4c/i18n/
H A Dnfrule.cpp1173 int32_t oStr = strIter->next(err); local
1178 while (CollationElementIterator::primaryOrder(oStr) == 0
1179 && oStr != CollationElementIterator::NULLORDER) {
1180 oStr = strIter->next(err);
1201 if (oStr == CollationElementIterator::NULLORDER) {
1210 if (CollationElementIterator::primaryOrder(oStr)
1220 oStr = strIter->next(err);
1226 if (oStr != CollationElementIterator::NULLORDER) {
1380 //int oStr = strIter.next();
1383 // while (oStr !
[all...]

Completed in 26 milliseconds