Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/
H A DRbnfScannerProviderImpl.java179 int oStr = strIter.next(); in findText2()
182 while (oStr != CollationElementIterator.NULLORDER && in findText2()
183 CollationElementIterator.primaryOrder(oStr) == 0) { in findText2()
184 oStr = strIter.next(); in findText2()
192 if (oStr == CollationElementIterator.NULLORDER) { in findText2()
200 if (CollationElementIterator.primaryOrder(oStr) == in findText2()
203 oStr = strIter.next(); in findText2()
210 oStr = strIter.next(); in findText2()
233 int oStr = strIter.next(); in prefixLength()
238 while (CollationElementIterator.primaryOrder(oStr) in prefixLength()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/text/
H A DRbnfScannerProviderImpl.java181 int oStr = strIter.next(); in findText2()
184 while (oStr != CollationElementIterator.NULLORDER && in findText2()
185 CollationElementIterator.primaryOrder(oStr) == 0) { in findText2()
186 oStr = strIter.next(); in findText2()
194 if (oStr == CollationElementIterator.NULLORDER) { in findText2()
202 if (CollationElementIterator.primaryOrder(oStr) == in findText2()
205 oStr = strIter.next(); in findText2()
212 oStr = strIter.next(); in findText2()
235 int oStr = strIter.next(); in prefixLength()
240 while (CollationElementIterator.primaryOrder(oStr) in prefixLength()
[all...]
/third_party/popt/tests/
H A Dtest1.c48 static char * oStr = (char *) -1; variable
98 { "optional", '\0', POPT_ARG_STRING | POPT_ARGFLAG_OPTIONAL, &oStr, 0,
184 oStr = (char *) -1; in resetVars()
278 if (oStr != (char *)-1) in main()
279 fprintf(stdout, " oStr: %s", (oStr ? oStr : "(none)")); in main()
/third_party/icu/icu4c/source/i18n/
H A Dnfrule.cpp1344 int32_t oStr = strIter->next(err);
1349 while (CollationElementIterator::primaryOrder(oStr) == 0
1350 && oStr != CollationElementIterator::NULLORDER) {
1351 oStr = strIter->next(err);
1372 if (oStr == CollationElementIterator::NULLORDER) {
1379 if (CollationElementIterator::primaryOrder(oStr)
1387 oStr = strIter->next(err);
1393 if (oStr != CollationElementIterator::NULLORDER) {
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrule.cpp1344 int32_t oStr = strIter->next(err);
1349 while (CollationElementIterator::primaryOrder(oStr) == 0
1350 && oStr != CollationElementIterator::NULLORDER) {
1351 oStr = strIter->next(err);
1372 if (oStr == CollationElementIterator::NULLORDER) {
1379 if (CollationElementIterator::primaryOrder(oStr)
1387 oStr = strIter->next(err);
1393 if (oStr != CollationElementIterator::NULLORDER) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrule.cpp1344 int32_t oStr = strIter->next(err);
1349 while (CollationElementIterator::primaryOrder(oStr) == 0
1350 && oStr != CollationElementIterator::NULLORDER) {
1351 oStr = strIter->next(err);
1372 if (oStr == CollationElementIterator::NULLORDER) {
1379 if (CollationElementIterator::primaryOrder(oStr)
1387 oStr = strIter->next(err);
1393 if (oStr != CollationElementIterator::NULLORDER) {
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 8 milliseconds