/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | RegexTransformer.java | 159 static String substitute(String s, char token, Function<Character, String> replaceFn) { in substitute() method in RegexTransformer
|
/third_party/python/Lib/ |
H A D | string.py | 104 def substitute(self, mapping=_sentinel_dict, /, **kws): member in Template
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressTestUtil.cpp | 58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams) const in substitute() function in deqp::gls::LongStressTestUtil::ProgramLibrary 77 string ProgramLibrary::substitute (const std::string& templ) const in substitute() function in deqp::gls::LongStressTestUtil::ProgramLibrary [all...] |
/third_party/python/Python/ |
H A D | suggestions.c | 106 size_t substitute = distance + substitution_cost(code, a[index]); in levenshtein_distance() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gsub-table.hh | 249 substitute; /* Array of substitute member 395 substitute; /* String of GlyphIDs to substitute */ global() member [all...] |
H A D | hb-ot-shape.cc | 262 hb_ot_shape_plan_t::substitute (hb_font_t *font, in substitute() function in hb_ot_shape_plan_t
|
H A D | hb-aat-layout-morx-table.hh | 644 Lookup<HBGlyphID16> substitute; member
|
H A D | hb-ot-layout.cc | 1938 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const in substitute() function in hb_ot_map_t
|
/third_party/icu/icu4c/source/common/ |
H A D | locdispnames.cpp | 300 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) _getStringOrCopyKey() argument
|
H A D | locdspnm.cpp | 294 UDisplayContext substitute; member in LocaleDisplayNamesImpl [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | locdispnames.cpp | 300 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, char16_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) _getStringOrCopyKey() argument
|
H A D | locdspnm.cpp | 294 UDisplayContext substitute; member in LocaleDisplayNamesImpl [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdispnames.cpp | 300 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) _getStringOrCopyKey() argument
|
H A D | locdspnm.cpp | 294 UDisplayContext substitute; member in LocaleDisplayNamesImpl [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 642 static struct token **substitute(struct token **list, struct token *body, struct arg *args) in substitute() function
|
/third_party/mksh/ |
H A D | eval.c | 125 substitute(const char *cp, int f) in substitute() function
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 1435 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\u0043--"); in API_Replace() local 1443 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\U00010000--"); in API_Replace() local
|