Searched refs:oldP (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRuleSet.java | 172 int oldP = 0; in parseRules() local 176 p = description.indexOf(';', oldP); in parseRules() 184 NFRule.makeRules(description.substring(oldP, p), in parseRules() 190 oldP = p + 1; in parseRules() 192 while (oldP < descriptionLen); in parseRules()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRuleSet.java | 173 int oldP = 0; in parseRules() local 177 p = description.indexOf(';', oldP); in parseRules() 185 NFRule.makeRules(description.substring(oldP, p), in parseRules() 191 oldP = p + 1; in parseRules() 193 while (oldP < descriptionLen); in parseRules()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrs.cpp | 215 int32_t oldP = 0; in parseRules() local 216 while (oldP < description.length()) { in parseRules() 217 int32_t p = description.indexOf(gSemicolon, oldP); in parseRules() 221 currentDescription.setTo(description, oldP, p - oldP); in parseRules() 223 oldP = p + 1; in parseRules()
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrs.cpp | 215 int32_t oldP = 0; in parseRules() local 216 while (oldP < description.length()) { in parseRules() 217 int32_t p = description.indexOf(gSemicolon, oldP); in parseRules() 221 currentDescription.setTo(description, oldP, p - oldP); in parseRules() 223 oldP = p + 1; in parseRules()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrs.cpp | 215 int32_t oldP = 0; in parseRules() local 216 while (oldP < description.length()) { in parseRules() 217 int32_t p = description.indexOf(gSemicolon, oldP); in parseRules() 221 currentDescription.setTo(description, oldP, p - oldP); in parseRules() 223 oldP = p + 1; in parseRules()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrs.cpp | 215 int32_t oldP = 0; in parseRules() local 216 while (oldP < description.length()) { in parseRules() 217 int32_t p = description.indexOf(gSemicolon, oldP); in parseRules() 221 currentDescription.setTo(description, oldP, p - oldP); in parseRules() 223 oldP = p + 1; in parseRules()
|
/third_party/expat/lib/ |
D | xmlparse.c | 6687 const PREFIX *oldP = (PREFIX *)hashTableIterNext(&iter); in dtdCopy() local 6688 if (! oldP) in dtdCopy() 6690 name = poolCopyString(&(newDtd->pool), oldP->name); in dtdCopy()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmlparse.c | 6502 const PREFIX *oldP = (PREFIX *)hashTableIterNext(&iter); in dtdCopy() local 6503 if (! oldP) in dtdCopy() 6505 name = poolCopyString(&(newDtd->pool), oldP->name); in dtdCopy()
|
/third_party/python/Modules/expat/ |
D | xmlparse.c | 6502 const PREFIX *oldP = (PREFIX *)hashTableIterNext(&iter); in dtdCopy() local 6503 if (! oldP) in dtdCopy() 6505 name = poolCopyString(&(newDtd->pool), oldP->name); in dtdCopy()
|