/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateIntervalInfo.java | 875 * This method provides a way for user to replace the fallback pattern. 1067 inputSkeleton = inputSkeleton.replace('z', 'v'); in getBestSkeleton()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UTS46.java | 299 dest.replace(labelStart, 0x7fffffff, normalized); in mapDevChars() 323 // or dest.replace(destLabelStart, destLabelStart+destLabelLength, label.toString()); in replaceLabel()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | reldtfmt.cpp | 275 // Here we replace any relativeDayString in text with the equivalent date in parse() 285 // it matched, replace the relative date with a real one for parsing in parse() 303 modifiedText.replace(dateStart, origDateLen, dateString); in parse()
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_names.py | 895 found = name_match.name.replace(
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | gen_pack.py | 183 name = name.replace(i, j)
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | gen_pack_header.py | 70 name = name.replace(i, j)
|
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | code_generator.py | 182 return to_snake_case(file_name).replace(".cpp", ".cc")
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_tests_test.py | 262 # replace the python executable prefix as it has a different absolute 268 data['command'] = data['command'].replace(basedir + '/', '')
|
/third_party/node/tools/inspector_protocol/ |
H A D | code_generator.py | 178 return to_snake_case(file_name).replace(".cpp", ".cc")
|
/third_party/node/test/fixtures/wpt/common/security-features/resources/ |
H A D | common.sub.js | 125 return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_pack_header.py | 578 self.gen = attrs["gen"].replace('.', '')
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | reldtfmt.cpp | 283 // Here we replace any relativeDayString in text with the equivalent date in parse() 293 // it matched, replace the relative date with a real one for parsing in parse() 311 modifiedText.replace(dateStart, origDateLen, dateString); in parse()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | udbgutil.cpp | 644 ticket.replace(0, uprv_strlen(OLD_CLDR_PREFIX), CLDR_BUG_PREFIX); in mapTicketId()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_send.py | 75 n = func.name.replace("%uD" % (dim), "")
|
/third_party/ltp/testcases/kernel/power_management/lib/ |
H A D | pm_sched_mc.py | 664 group_info=group_info.replace\
|
/third_party/python/Lib/test/ |
H A D | test_calendar.py | 839 return s.replace('\n', os.linesep).encode()
|
/third_party/python/Lib/ |
H A D | fractions.py | 125 decimal = decimal.replace('_', '')
|
H A D | modulefinder.py | 600 return co.replace(co_consts=tuple(consts), co_filename=new_filename)
|
H A D | gzip.py | 56 gz_mode = mode.replace("t", "")
|
/third_party/python/Lib/msilib/ |
H A D | __init__.py | 292 file = file.replace('+', '_')
|
/third_party/python/Lib/idlelib/ |
H A D | config.py | 549 v2 = [ x.replace('<Alt-', '<Option-') for x in v ] 635 '<<replace>>': ['<Control-h>'],
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderAtomicCounterOpsTests.cpp | 203 shader.replace(tagPos, tag.length(), value); in prepareShader()
|
H A D | gl4cShaderViewportLayerArrayTests.cpp | 168 shader.replace(start, varKey.length(), varName); in adaptShaderToPipeline()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureFilterAnisotropicTests.cpp | 68 str.replace(token_position, token_length, text, text_length); in replaceToken()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 525 expected_require = name.replace('Flags', 'FlagBits')
|