Searched refs:pfl (Results 1 – 25 of 98) sorted by relevance
1234
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 1086 int pfl = prefixLength(text, prefix); in stripPrefix() local 1087 if (pfl != 0) { in stripPrefix() 1090 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1091 return text.substring(pfl); in stripPrefix()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRule.java | 1087 int pfl = prefixLength(text, prefix); in stripPrefix() local 1088 if (pfl != 0) { in stripPrefix() 1091 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1092 return text.substring(pfl); in stripPrefix()
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 1115 int32_t pfl = prefixLength(text, prefix, status); in stripPrefix() local 1119 if (pfl != 0) { in stripPrefix() 1122 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1123 text.remove(0, pfl); in stripPrefix()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 1115 int32_t pfl = prefixLength(text, prefix, status); in stripPrefix() local 1119 if (pfl != 0) { in stripPrefix() 1122 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1123 text.remove(0, pfl); in stripPrefix()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrule.cpp | 1115 int32_t pfl = prefixLength(text, prefix, status); in stripPrefix() local 1119 if (pfl != 0) { in stripPrefix() 1122 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1123 text.remove(0, pfl); in stripPrefix()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 1115 int32_t pfl = prefixLength(text, prefix, status); in stripPrefix() local 1119 if (pfl != 0) { in stripPrefix() 1122 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1123 text.remove(0, pfl); in stripPrefix()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | fr_CA.txt | 51 pfl{"palatin"}
|
D | hy.txt | 323 pfl{"պալատինյան գերմաներեն"}
|
D | ne.txt | 433 pfl{"पालाटिन जर्मन"}
|
D | mk.txt | 440 pfl{"фалечкогермански"}
|
D | ja.txt | 446 pfl{"プファルツ語"}
|
D | yue.txt | 440 pfl{"普法爾茨德文"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | fr_CA.txt | 59 pfl{"palatin"}
|
D | hy.txt | 327 pfl{"պալատինյան գերմաներեն"}
|
D | ne.txt | 436 pfl{"पालाटिन जर्मन"}
|
D | mk.txt | 443 pfl{"фалечкогермански"}
|
D | ja.txt | 449 pfl{"プファルツ語"}
|
D | zh_Hant.txt | 445 pfl{"普法爾茨德文"}
|
D | th.txt | 455 pfl{"เยอรมันพาลาทิเนต"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | fr_CA.txt | 59 pfl{"palatin"}
|
D | hy.txt | 327 pfl{"պալատինյան գերմաներեն"}
|
D | ne.txt | 436 pfl{"पालाटिन जर्मन"}
|
D | mk.txt | 443 pfl{"фалечкогермански"}
|
D | ja.txt | 449 pfl{"プファルツ語"}
|
D | th.txt | 455 pfl{"เยอรมันพาลาทิเนต"}
|
1234