| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | NormalizationTransliterator.java | 85 protected void handleTransliterate(Replaceable text, in handleTransliterate() 159 SourceTargetUtility cache; in addSourceTargetSet() local
|
| D | AnyTransliterator.java | 58 private ConcurrentHashMap<Integer, Transliterator> cache; field in AnyTransliterator 79 protected void handleTransliterate(Replaceable text, in handleTransliterate() 311 private Replaceable text; field in AnyTransliterator.ScriptRunIterator 336 public ScriptRunIterator(Replaceable text, int start, int limit) { in ScriptRunIterator()
|
| D | ListFormatter.java | 48 public String getTwoPattern(String text); in getTwoPattern() 49 public String getEndPattern(String text); in getEndPattern() 530 public String getTwoPattern(String text) { return twoPattern; } in getTwoPattern() 533 public String getEndPattern(String text) { return endPattern; } in getEndPattern() 550 public String getTwoPattern(String text) { in getTwoPattern() 559 public String getEndPattern(String text) { in getEndPattern() 731 private final ICUCache<String, ListFormatter> cache = field in ListFormatter.Cache 757 static Cache cache = new Cache(); field in ListFormatter
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| D | NormalizationTransliterator.java | 84 protected void handleTransliterate(Replaceable text, in handleTransliterate() 158 SourceTargetUtility cache; in addSourceTargetSet() local
|
| D | AnyTransliterator.java | 58 private ConcurrentHashMap<Integer, Transliterator> cache; field in AnyTransliterator 79 protected void handleTransliterate(Replaceable text, in handleTransliterate() 311 private Replaceable text; field in AnyTransliterator.ScriptRunIterator 336 public ScriptRunIterator(Replaceable text, int start, int limit) { in ScriptRunIterator()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | ListFormatter.java | 48 public String getTwoPattern(String text); in getTwoPattern() 49 public String getEndPattern(String text); in getEndPattern() 457 public String getTwoPattern(String text) { return twoPattern; } in getTwoPattern() 460 public String getEndPattern(String text) { return endPattern; } in getEndPattern() 477 public String getTwoPattern(String text) { in getTwoPattern() 486 public String getEndPattern(String text) { in getEndPattern() 662 private final ICUCache<String, ListFormatter> cache = field in ListFormatter.Cache 688 static Cache cache = new Cache(); field in ListFormatter
|
| /third_party/flutter/skia/tests/ |
| D | SkParagraphTest.cpp | 142 const char* text = "Hello World Text Dialog"; in DEF_TEST() local 166 [&index, reporter](TextRange text, TextStyle style, SkScalar) { in DEF_TEST() 208 const char* text = "I am RED"; in DEF_TEST() local 232 [&index, reporter](TextRange text, TextStyle style, SkScalar) { in DEF_TEST() 318 StyleType::kAllAttributes, [&](TextRange text, TextStyle style, SkScalar) { in DEF_TEST() 344 StyleType::kAllAttributes, [&](TextRange text, TextStyle style, SkScalar) { in DEF_TEST() 365 const char* text = "No TextStyle! Uh Oh!"; in DEF_TEST() local 401 const char* text = "This is Red max bold text!"; in DEF_TEST() local 444 const char* text = "01234満毎冠行来昼本可\nabcd\n満毎冠行来昼本可"; in DEF_TEST() local 499 const char* text = in DEF_TEST() local [all …]
|
| D | TypefaceTest.cpp | 277 static int count(skiatest::Reporter* reporter, const SkTypefaceCache& cache) { in count() 287 SkTypefaceCache cache; in DEF_TEST() local 334 char const * text = ToolUtils::emoji_sample_text(); in DEF_TEST() local
|
| /third_party/skia/modules/skparagraph/tests/ |
| D | SkParagraphTest.cpp | 66 std::u16string mirror(const std::string& text) { in mirror() 76 std::u16string straight(const std::string& text) { in straight() 201 const char* text = "Hello World Text Dialog"; in UNIX_ONLY_TEST() local 241 const char* text = "012 34"; in UNIX_ONLY_TEST() local 340 const char* text = "012 34"; in UNIX_ONLY_TEST() local 396 const char* text = "012 34"; in UNIX_ONLY_TEST() local 452 const char* text = "012 34"; in UNIX_ONLY_TEST() local 508 const char* text = "012 34"; in UNIX_ONLY_TEST() local 562 const char* text = "012 34"; in UNIX_ONLY_TEST() local 616 const char* text = "012 34"; in UNIX_ONLY_TEST() local [all …]
|
| /third_party/skia/src/core/ |
| D | SkFont.cpp | 153 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs() 159 SkScalar SkFont::measureText(const void* text, size_t length, SkTextEncoding encoding, in measureText() 297 auto cache = strikeSpec.findOrCreateStrike(); in getMetrics() local 346 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() 362 SkUnichar text[]) { in GlyphsToUnichars()
|
| /third_party/python/Lib/ |
| D | pydoc.py | 212 def replace(text, *pairs): argument 219 def cram(text, maxlen): argument 228 def stripid(text): argument 343 def synopsis(filename, cache={}): argument 410 def safeimport(path, forceload=0, cache={}): argument 524 def escape(self, text): argument 615 def preformat(self, text): argument 633 def grey(self, text): return '<font color="#909090">%s</font>' % text argument 673 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument 1165 def bold(self, text): argument [all …]
|
| /third_party/skia/tests/ |
| D | TextBlobCacheTest.cpp | 58 static void SetBudget(GrTextBlobCache* cache, size_t budget) { in SetBudget() 94 SkAutoTArray<uint16_t> text(maxTotalText); in text_blob_cache_inner() local 231 static char text[] = "HekpqB"; in make_blob() local
|
| D | TypefaceTest.cpp | 476 static int count(skiatest::Reporter* reporter, const SkTypefaceCache& cache) { in count() 486 SkTypefaceCache cache; in DEF_TEST() local 533 char const * text = ToolUtils::emoji_sample_text(); in DEF_TEST() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkFont.cpp | 155 const SkUnichar* convert(const void* text, size_t byteLength, SkTextEncoding encoding) { in convert() 187 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs() 212 SkScalar SkFont::measureText(const void* text, size_t length, SkTextEncoding encoding, in measureText() 353 auto cache = strikeSpec.findOrCreateExclusiveStrike(); in getMetrics() local 402 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() 418 SkUnichar text[]) { in GlyphsToUnichars()
|
| D | SkTextBlob.cpp | 770 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font, in MakeFromText() 782 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText() 793 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength, in MakeFromPosTextH() 804 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform() 878 auto cache = strikeSpec.findOrCreateExclusiveStrike(); in get_glyph_run_intercepts() local
|
| /third_party/boost/libs/hof/doc/html/_static/ |
| D | searchtools.js | 349 dataType: "script", cache: true, property 736 makeSearchSummary : function(text, keywords, hlwords) { argument
|
| /third_party/boost/libs/gil/doc/html/_static/ |
| D | searchtools.js | 349 dataType: "script", cache: true, property 736 makeSearchSummary : function(text, keywords, hlwords) { argument
|
| /third_party/boost/libs/python/doc/html/numpy/_static/ |
| D | searchtools.js | 349 dataType: "script", cache: true, property 736 makeSearchSummary : function(text, keywords, hlwords) { argument
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | datefmt.cpp | 329 DateFormat::parse(const UnicodeString& text, in parse() 360 DateFormat::parse(const UnicodeString& text, in parse() 434 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern() local
|
| D | tznames_impl.cpp | 381 TextTrieMap::search(const UnicodeString &text, int32_t start, in search() 402 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, in search() 628 static void* createMetaZoneAndPutInCache(UHashtable* cache, const UChar* names[], in createMetaZoneAndPutInCache() 651 static void* createTimeZoneAndPutInCache(UHashtable* cache, const UChar* names[], in createTimeZoneAndPutInCache() 1349 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& statu… in find() argument 1393 const UnicodeString& text, int32_t start, UErrorCode& status) const { in doFind() argument 2217 TZDBTimeZoneNames::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& statu… in find() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | datefmt.cpp | 327 DateFormat::parse(const UnicodeString& text, in parse() 358 DateFormat::parse(const UnicodeString& text, in parse() 432 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern() local
|
| D | tznames_impl.cpp | 381 TextTrieMap::search(const UnicodeString &text, int32_t start, in search() 406 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, in search() 632 static void* createMetaZoneAndPutInCache(UHashtable* cache, const UChar* names[], in createMetaZoneAndPutInCache() 655 static void* createTimeZoneAndPutInCache(UHashtable* cache, const UChar* names[], in createTimeZoneAndPutInCache() 1353 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& statu… in find() argument 1397 const UnicodeString& text, int32_t start, UErrorCode& status) const { in doFind() argument 2224 TZDBTimeZoneNames::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& statu… in find() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| D | datefmt.cpp | 329 DateFormat::parse(const UnicodeString& text, in parse() 360 DateFormat::parse(const UnicodeString& text, in parse() 434 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | datefmt.cpp | 329 DateFormat::parse(const UnicodeString& text, in parse() 360 DateFormat::parse(const UnicodeString& text, in parse() 434 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | ass_split.c | 414 int cache, int *number) in ff_ass_split_dialog() 497 const char *text = NULL; in ff_ass_split_override_codes() local
|