Home
last modified time | relevance | path

Searched refs:newSource (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java113 * @param newSource the source string to iterate against. This allows the same iterator to be used
117 public void setSource(String newSource) { in setSource() argument
118 source = nfd.normalize(newSource); in setSource()
122 if (newSource.length() == 0) { in setSource()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCanonicalIterator.java110 * @param newSource the source string to iterate against. This allows the same iterator to be used
113 public void setSource(String newSource) { in setSource() argument
114 source = nfd.normalize(newSource); in setSource()
118 if (newSource.length() == 0) { in setSource()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp38 return newSource(BB, Insts, Srcs, Pred); in findOrCreateSource()
41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
H A DIRMutator.cpp195 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1); in mutate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h46 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
/third_party/icu/icu4c/source/common/
H A Dcaniter.cpp168 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { in setSource() argument
175 nfd.normalize(newSource, source, status); in setSource()
184 if (newSource.length() == 0) { in setSource()
/third_party/node/deps/icu-small/source/common/
H A Dcaniter.cpp168 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { in setSource() argument
175 nfd.normalize(newSource, source, status); in setSource()
184 if (newSource.length() == 0) { in setSource()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldMaskTreeTest.cs166 var newSource = source.Descriptor.Parser.CreateTemplate(); in Merge()
167 newSource.MergeFrom(source.ToByteString()); in Merge()
172 tree.Merge(newSource, newDestination, options); in Merge()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcaniter.cpp168 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { in setSource() argument
175 nfd.normalize(newSource, source, status); in setSource()
184 if (newSource.length() == 0) { in setSource()
/third_party/icu/icu4c/source/common/unicode/
H A Dcaniter.h116 * @param newSource the source string to iterate against. This allows the same iterator to be used
121 void setSource(const UnicodeString &newSource, UErrorCode &status);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dcaniter.h116 * @param newSource the source string to iterate against. This allows the same iterator to be used
121 void setSource(const UnicodeString &newSource, UErrorCode &status);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dcaniter.h116 * @param newSource the source string to iterate against. This allows the same iterator to be used
121 void setSource(const UnicodeString &newSource, UErrorCode &status);
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc175 void setSource(const String16& newSource, bool preview,
178 v8::Local<v8::String> v8Source = toV8String(m_isolate, newSource);
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1179 void *newSource = NULL; in fxt1_encode() local
1187 newSource = malloc(comps * newWidth * newHeight * sizeof(uint8_t)); in fxt1_encode()
1188 if (!newSource) in fxt1_encode()
1192 srcRowStride, (uint8_t *) newSource); in fxt1_encode()
1193 source = newSource; in fxt1_encode()
1217 free(newSource); in fxt1_encode()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp1250 string newSource = genVtxShaderSrc(pp.vtxSeed, m_varyings.vtxOutputs,
1252 vtxProg = createSingleShaderProgram(glu::SHADERTYPE_VERTEX, newSource);
1261 string newSource = genFrgShaderSrc(pp.frgSeed, m_varyings.frgInputs,
1263 frgProg = createSingleShaderProgram(glu::SHADERTYPE_FRAGMENT, newSource);
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h219 bool SetScriptSource(v8::Local<v8::String> newSource, bool preview,
H A Ddebug-interface.cc603 bool Script::SetScriptSource(Local<String> newSource, bool preview, in SetScriptSource() argument
608 script, Utils::OpenHandle(*newSource), preview, result); in SetScriptSource()
/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 17 milliseconds