/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cCullDistanceTests.cpp | 262 void CullDistance::Utilities::replaceAll(std::string& str, const std::string& from, const std::string& to) in replaceAll() function in glcts::CullDistance::Utilities 1334 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_HEADER_DECLARATION"), in buildPO() 1346 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_ASSIGN_RETURN_VALUE"), in buildPO() 1371 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_SUM_SETTER"), in buildPO() 1373 CullDistance::Utilities::replaceAll( in buildPO() 1382 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_ASSIGN_RETURN_VALUE"), in buildPO() 1393 CullDistance::Utilities::replaceAll( in buildPO() 1396 CullDistance::Utilities::replaceAll( in buildPO() 1404 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_LAYOUT_IN"), in buildPO() 1406 CullDistance::Utilities::replaceAll(shader_sourc in buildPO() [all...] |
H A D | gl4cTextureFilterMinmaxTests.cpp | 88 void TextureFilterMinmaxUtils::SupportedTextureType::replaceAll(std::string& str, const std::string& from, in replaceAll() function in gl4cts::TextureFilterMinmaxUtils::SupportedTextureType 123 replaceAll(m_vertexShader, "<texcoord_type>", shaderTexcoordType); in SupportedTextureType() 124 replaceAll(m_fragmentShader, "<texcoord_type>", shaderTexcoordType); in SupportedTextureType() 125 replaceAll(m_fragmentShader, "<sampler_type>", shaderSamplerType); in SupportedTextureType()
|
H A D | gl3cCullDistanceTests.hpp | 55 static void replaceAll(std::string& str, const std::string& from, const std::string& to);
|
/third_party/node/test/parallel/ |
H A D | test-runner-coverage.js | 37 return report.replaceAll('/', '\\'); 61 return report.replaceAll('/', '\\'); 169 report = report.replaceAll('/', '\\');
|
H A D | test-crypto-x509.js | 121 assert.strictEqual(x509.toString().replaceAll('\r\n', '\n'), 122 cert.toString().replaceAll('\r\n', '\n'));
|
/third_party/node/lib/internal/util/ |
H A D | debuglog.js | 27 .replaceAll('*', '.*') 28 .replaceAll(',', '$|^');
|
/third_party/typescript/tests/baselines/reference/ |
H A D | doYouNeedToChangeYourTargetLibraryES2016Plus.js | 45 const testStringReplaceAll = "".replaceAll(); 89 var testStringReplaceAll = "".replaceAll();
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
H A D | UnitsTest.java | 540 .replaceAll(" ", "") // Remove all the spaces. in testConverterWithCLDRTests() 541 .replaceAll(",", "") // Remove all the commas. in testConverterWithCLDRTests() 542 .replaceAll("\t", "") in testConverterWithCLDRTests() 545 this.category = fields[0].replaceAll(" ", ""); in testConverterWithCLDRTests() 623 .replaceAll(" ", "") // Remove all the spaces. in testUnitPreferencesWithCLDRTests() 624 .replaceAll(",", "") // Remove all the commas. in testUnitPreferencesWithCLDRTests() 625 .replaceAll("\t", "") in testUnitPreferencesWithCLDRTests()
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 322 String initStr = initVal.getNodeValue().trim().replaceAll("\"", ""); in setVer() 516 f.comparablePrototype = f.comparablePrototype.replaceAll(aliasList[i + 0], aliasList[i + 1]); in fromXml() 584 prototype = prototype.replaceAll(s, ""); in purifyPrototype() 589 prototype = prototype.replaceAll(replList[i + 0], replList[i + 1]); in purifyPrototype() 675 prototype = prototype.replaceAll(simplifyList[i + 0], simplifyList[i + 1]); in simplifyPrototype() 1077 return s.replaceAll("&", "&").replaceAll("<", "<").replaceAll(">", ">").replaceAll("\"", """); in HTMLSafe()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | InternalLocaleBuilder.java | 78 String var = variant.replaceAll(LanguageTag.SEP, BaseLocale.SEP); in setVariant() 124 String tp = type.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setUnicodeLocaleKeyword() 169 String val = value.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtension() 205 subtags = subtags.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtensions() 488 sb.append(privuse.substring(privVarStart).replaceAll(LanguageTag.SEP, BaseLocale.SEP)); in getBaseLocale()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | InternalLocaleBuilder.java | 82 String var = variant.replaceAll(LanguageTag.SEP, BaseLocale.SEP); in setVariant() 128 String tp = type.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setUnicodeLocaleKeyword() 173 String val = value.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtension() 209 subtags = subtags.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtensions() 492 sb.append(privuse.substring(privVarStart).replaceAll(LanguageTag.SEP, BaseLocale.SEP)); in getBaseLocale()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | AltFormatsSchema.java | 114 FormatTemplate template = FormatTemplate.parse(altId.replaceAll("[0-9]|\\[[-0-9]+\\]", "X")); in parseAltFormat() 120 Ascii.toLowerCase(whitespace().removeFrom(altId.replaceAll("[X* ]*$", "")))); in parseAltFormat()
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/phonenumbers/ |
H A D | PhoneNumberFormatting.java | 63 .replaceAll("\\s+", "") in formatPhoneNumberInApp()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | AsYouTypeFormatter.java | 249 String template = aPhoneNumber.replaceAll(numberPattern, numberFormat); in getFormattingTemplate() 251 template = template.replaceAll("9", DIGIT_PLACEHOLDER); in getFormattingTemplate() 430 String formattedNumber = m.replaceAll(numberFormat.getFormat()); in attemptToFormatAccruedDigits()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 1345 dest = matcher->replaceAll("yz", status); in API_Replace() 1358 dest = matcher->replaceAll("yz", status); in API_Replace() 1371 dest = matcher->replaceAll("yz", status); in API_Replace() 1383 dest = matcher->replaceAll("", status); in API_Replace() 1396 dest = matcher->replaceAll("xyz", status); in API_Replace() 1437 UnicodeString result = matcher->replaceAll(substitute, status); in API_Replace() 1445 UnicodeString result = matcher->replaceAll(substitute, status); in API_Replace() 2463 result = matcher->replaceAll(&replText, NULL, status); in API_Replace_UTF8() 2470 result = matcher->replaceAll(&replText, &destText, status); in API_Replace_UTF8() 2491 result = matcher->replaceAll( in API_Replace_UTF8() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TestUtility.java | 57 public static String replaceAll(String source, UnicodeSet set, String replacement) { in replaceAll() method in TestUtility
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TestUtility.java | 54 public static String replaceAll(String source, UnicodeSet set, String replacement) { in replaceAll() method in TestUtility
|
H A D | RegexUtilitiesTest.java | 88 replaceAll("\\\\U00([0-9a-fA-F]{6})", "\\\\x{$1}"); in TestCharacters() 201 result = result.replaceAll("[0-9]+%", ""); // just so we can use the language subtag stuff in TestBnf()
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
H A D | JSArrayBuilder.java | 116 out.append(str.replaceAll("\\\\", "\\\\\\\\")); in escape()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | xmlparser.cpp | 513 attValue = mNewLineNormalizer.replaceAll(fOneLF, status); in createElement() 518 attValue = mAttrNormalizer.replaceAll(oneSpace, status); in createElement() 571 result = mNewLineNormalizer.replaceAll(fOneLF, status); in scanContent()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | xmlparser.cpp | 513 attValue = mNewLineNormalizer.replaceAll(fOneLF, status); in createElement() 518 attValue = mAttrNormalizer.replaceAll(oneSpace, status); in createElement() 571 result = mNewLineNormalizer.replaceAll(fOneLF, status); in scanContent()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | xmlparser.cpp | 513 attValue = mNewLineNormalizer.replaceAll(fOneLF, status); in createElement() 518 attValue = mAttrNormalizer.replaceAll(oneSpace, status); in createElement() 571 result = mNewLineNormalizer.replaceAll(fOneLF, status); in scanContent()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
H A D | RemoteAPI.java | 82 cmdLine = cmdLine.replaceAll(" ", " "); in start()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | regex.h | 1375 virtual UnicodeString replaceAll(const UnicodeString &replacement, UErrorCode &status); 1398 virtual UText *replaceAll(UText *replacement, UText *dest, UErrorCode &status); 1461 * operations, see replaceFirst() or replaceAll(). 1492 * operations, see replaceFirst() or replaceAll().
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | regex.h | 1375 virtual UnicodeString replaceAll(const UnicodeString &replacement, UErrorCode &status); 1398 virtual UText *replaceAll(UText *replacement, UText *dest, UErrorCode &status); 1461 * operations, see replaceFirst() or replaceAll(). 1492 * operations, see replaceFirst() or replaceAll().
|