/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ReplaceableUCharacterIterator.java | 12 import android.icu.text.Replaceable; 18 * DLF docs must define behavior when Replaceable is mutated underneath 34 * @param replaceable text which the iterator will be based on 36 public ReplaceableUCharacterIterator(Replaceable replaceable){ 37 if(replaceable==null){ 40 this.replaceable = replaceable; 52 this.replaceable = new ReplaceableString(str); 64 this.replaceable = new ReplaceableString(buf) 208 private Replaceable replaceable; field in class:ReplaceableUCharacterIterator [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ReplaceableUCharacterIterator.java | 11 import com.ibm.icu.text.Replaceable; 17 * DLF docs must define behavior when Replaceable is mutated underneath 32 * @param replaceable text which the iterator will be based on 34 public ReplaceableUCharacterIterator(Replaceable replaceable){ 35 if(replaceable==null){ 38 this.replaceable = replaceable; 50 this.replaceable = new ReplaceableString(str); 62 this.replaceable = new ReplaceableString(buf) 206 private Replaceable replaceable; field in class:ReplaceableUCharacterIterator [all...] |
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
constant_folding.cc | 1966 bool replaceable = true; local 2032 bool replaceable = !shape.unknown_rank(); local 2071 bool replaceable = !input.shape().unknown_rank(); local 2164 bool replaceable = !input.shape().unknown_rank(); local 2215 bool replaceable = true; local 2251 bool replaceable = true; local 2281 bool replaceable = !shape.unknown_rank(); local [all...] |
/device/linaro/bootloader/edk2/BaseTools/gcc/ |
mingw-gcc-build.py | 260 for replaceable in replaceables: 261 if type(fdata[replaceable]) != str: continue 262 if replaceable in fdata: 263 fdata[replaceable] = \ 264 fdata[replaceable].replace(
|
/external/icu/icu4c/source/test/intltest/ |
transapi.cpp | 313 message.append("->transliterate(Replaceable) for \n\tSource:"); 357 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]); 385 UnicodeString rs="This is the replaceable String"; 387 "0", "0", "This is the replaceable String", 388 "2", "3", UnicodeString("Th\\u0069s is the replaceable String", ""), 439 errln("FAIL: " + t->getID()+ ".translitere(Replaceable, int[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status)); 490 logln("Testing transliterate(Replaceable, int32_t, UnicodeString, UErrorCode)"); 497 errln("FAIL: " + t->getID()+ ".transliterate(Replaceable, int32_t[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status)); 512 logln("Testing transliterate(Replaceable, int32_t, UChar, UErrorCode)"); 520 errln("FAIL: " + t->getID()+ ".transliterate(Replaceable, int32_t[], UChar, UErrorCode)-->" + (UnicodeString)u_errorName(status)) 625 UnicodeString replaceable=s; local [all...] |
/external/icu/icu4c/source/i18n/ |
utrans.cpp | 34 * Replaceable-UReplaceableCallbacks glue 38 * Make a UReplaceable + UReplaceableCallbacks into a Replaceable object. 41 class ReplaceableGlue : public Replaceable { 48 ReplaceableGlue(UReplaceable *replaceable, 63 // virtual Replaceable *clone() const { return NULL; } same as default 90 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, 92 : Replaceable() 94 this->rep = replaceable;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UTF16Test.java | 230 ReplaceableString replaceable = new ReplaceableString(str); local 231 if (UTF16.charAt(replaceable, 0) != '1' || 232 UTF16.charAt(replaceable, 2) != '3' || 233 UTF16.charAt(replaceable, 5) != 0x10001 || 234 UTF16.charAt(replaceable, 6) != 0x10001 || 235 UTF16.charAt(replaceable, 12) != 0x10002 || 236 UTF16.charAt(replaceable, 13) != 0x10002) { 237 errln("FAIL Getting character from replaceable error" ); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UTF16Test.java | 227 ReplaceableString replaceable = new ReplaceableString(str); local 228 if (UTF16.charAt(replaceable, 0) != '1' || 229 UTF16.charAt(replaceable, 2) != '3' || 230 UTF16.charAt(replaceable, 5) != 0x10001 || 231 UTF16.charAt(replaceable, 6) != 0x10001 || 232 UTF16.charAt(replaceable, 12) != 0x10002 || 233 UTF16.charAt(replaceable, 13) != 0x10002) { 234 errln("FAIL Getting character from replaceable error" ); [all...] |
/external/llvm/bindings/go/llvm/ |
dibuilder.go | 369 // DIReplaceableCompositeType holds the values for creating replaceable 382 // CreateReplaceableCompositeType creates replaceable composite type debug metadata.
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
dibuilder.go | 398 // DIReplaceableCompositeType holds the values for creating replaceable 412 // CreateReplaceableCompositeType creates replaceable composite type debug metadata.
|
/external/cldr/tools/java/libs/ |
icu4j.jar | |