Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DReplaceableUCharacterIterator.java32 * @param replaceable text which the iterator will be based on
34 public ReplaceableUCharacterIterator(Replaceable replaceable){ in ReplaceableUCharacterIterator() argument
35 if(replaceable==null){ in ReplaceableUCharacterIterator()
38 this.replaceable = replaceable; in ReplaceableUCharacterIterator()
50 this.replaceable = new ReplaceableString(str); in ReplaceableUCharacterIterator()
62 this.replaceable = new ReplaceableString(buf); in ReplaceableUCharacterIterator()
88 if (currentIndex < replaceable.length()) { in current()
89 return replaceable.charAt(currentIndex); in current()
128 return replaceable in getLength()
206 private Replaceable replaceable; global() field in ReplaceableUCharacterIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DReplaceableUCharacterIterator.java34 * @param replaceable text which the iterator will be based on
36 public ReplaceableUCharacterIterator(Replaceable replaceable){ in ReplaceableUCharacterIterator() argument
37 if(replaceable==null){ in ReplaceableUCharacterIterator()
40 this.replaceable = replaceable; in ReplaceableUCharacterIterator()
52 this.replaceable = new ReplaceableString(str); in ReplaceableUCharacterIterator()
64 this.replaceable = new ReplaceableString(buf); in ReplaceableUCharacterIterator()
90 if (currentIndex < replaceable.length()) { in current()
91 return replaceable.charAt(currentIndex); in current()
130 return replaceable in getLength()
208 private Replaceable replaceable; global() field in ReplaceableUCharacterIterator
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp385 UnicodeString rs="This is the replaceable String"; in TestTransliterate3()
387 "0", "0", "This is the replaceable String", in TestTransliterate3()
388 "2", "3", UnicodeString("Th\\u0069s is the replaceable String", ""), in TestTransliterate3()
629 UnicodeString replaceable=s; in TestNullTransliterator() local
630 transLimit=nullTrans->transliterate(replaceable, start, limit); in TestNullTransliterator()
634 doTest((UnicodeString)"nulTrans->transliterate", replaceable, s); in TestNullTransliterator()
635 replaceable.remove(); in TestNullTransliterator()
636 replaceable.append(s); in TestNullTransliterator()
642 nullTrans->finishTransliteration(replaceable, index); in TestNullTransliterator()
646 doTest((UnicodeString)"NullTransliterator->handleTransliterate", replaceable, in TestNullTransliterator()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dutrans.cpp48 ReplaceableGlue(UReplaceable *replaceable,
90 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, in ReplaceableGlue() argument
94 this->rep = replaceable; in ReplaceableGlue()
/third_party/icu/icu4c/source/i18n/
H A Dutrans.cpp48 ReplaceableGlue(UReplaceable *replaceable,
90 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, in ReplaceableGlue() argument
94 this->rep = replaceable; in ReplaceableGlue()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dutrans.cpp48 ReplaceableGlue(UReplaceable *replaceable,
90 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, in ReplaceableGlue() argument
94 this->rep = replaceable; in ReplaceableGlue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUTF16Test.java230 ReplaceableString replaceable = new ReplaceableString(str); in TestCharAt()
231 if (UTF16.charAt(replaceable, 0) != '1' || in TestCharAt()
232 UTF16.charAt(replaceable, 2) != '3' || in TestCharAt()
233 UTF16.charAt(replaceable, 5) != 0x10001 || in TestCharAt()
234 UTF16.charAt(replaceable, 6) != 0x10001 || in TestCharAt()
235 UTF16.charAt(replaceable, 12) != 0x10002 || in TestCharAt()
236 UTF16.charAt(replaceable, 13) != 0x10002) { in TestCharAt()
237 errln("FAIL Getting character from replaceable error" ); in TestCharAt()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUTF16Test.java227 ReplaceableString replaceable = new ReplaceableString(str); in TestCharAt()
228 if (UTF16.charAt(replaceable, 0) != '1' || in TestCharAt()
229 UTF16.charAt(replaceable, 2) != '3' || in TestCharAt()
230 UTF16.charAt(replaceable, 5) != 0x10001 || in TestCharAt()
231 UTF16.charAt(replaceable, 6) != 0x10001 || in TestCharAt()
232 UTF16.charAt(replaceable, 12) != 0x10002 || in TestCharAt()
233 UTF16.charAt(replaceable, 13) != 0x10002) { in TestCharAt()
234 errln("FAIL Getting character from replaceable error" ); in TestCharAt()
/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 10 milliseconds