Home
last modified time | relevance | path

Searched refs:charSet (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_iptc.cpp185 CharSet charSet) in ParseString() argument
198 switch (charSet) in ParseString()
238 CharSet charSet = kCharSetUnknown; in Parse() local
286 charSet = kCharSetUTF8; in Parse()
326 charSet = kCharSetUTF8; in Parse()
359 ParseString (stream, fTitle, charSet); in Parse()
386 ParseString (stream, fCategory, charSet); in Parse()
395 ParseString (stream, category, charSet); in Parse()
411 ParseString (stream, keyword, charSet); in Parse()
424 ParseString (stream, fInstructions, charSet); in Parse()
[all …]
Ddng_iptc.h158 CharSet charSet);
164 CharSet charSet);
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
DSfntDump.java63 private BitSet charSet; field in SfntDump
167 BitSet charSet = null; in main() local
174 charSet = parseRange(args[i]); in main()
175 if (charSet == null) { in main()
176 charSet = parseList(args[i]); in main()
178 if (charSet != null) { in main()
179 dumper.dumpChars(charSet); in main()
182 if (charSet == null) { in main()
343 this.charSet = set; in dumpChars()
459 if (canDumpGlyphs && this.charSet != null) { in dumpFont()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
DSfntDump.java63 private BitSet charSet; field in SfntDump
167 BitSet charSet = null; in main() local
174 charSet = parseRange(args[i]); in main()
175 if (charSet == null) { in main()
176 charSet = parseList(args[i]); in main()
178 if (charSet != null) { in main()
179 dumper.dumpChars(charSet); in main()
182 if (charSet == null) { in main()
343 this.charSet = set; in dumpChars()
459 if (canDumpGlyphs && this.charSet != null) { in dumpFont()
[all …]
/third_party/node/deps/npm/node_modules/minimatch/
Dminimatch.js37 var reSpecials = charSet('().*{}+?[]^$\\!')
40 function charSet (s) { function
/third_party/flutter/skia/src/ports/
DSkFontMgr_fontconfig.cpp927 SkAutoFcCharSet charSet; in onMatchFamilyStyleCharacter() local
928 FcCharSetAddChar(charSet, character); in onMatchFamilyStyleCharacter()
929 FcPatternAddCharSet(pattern, FC_CHARSET, charSet); in onMatchFamilyStyleCharacter()
DSkFontHost_mac.cpp1665 SkUniqueCFRef<CFCharacterSetRef> charSet(CTFontCopyCharacterSet(ctFont)); in populate_glyph_to_unicode() local
1666 if (!charSet) { in populate_glyph_to_unicode()
1672 CFCharacterSetCreateBitmapRepresentation(nullptr, charSet.get())); in populate_glyph_to_unicode()
/third_party/skia/src/ports/
DSkFontMgr_fontconfig.cpp929 SkAutoFcCharSet charSet; in onMatchFamilyStyleCharacter() local
930 FcCharSetAddChar(charSet, character); in onMatchFamilyStyleCharacter()
931 FcPatternAddCharSet(pattern, FC_CHARSET, charSet); in onMatchFamilyStyleCharacter()
DSkTypeface_mac_ct.cpp501 SkUniqueCFRef<CFCharacterSetRef> charSet(CTFontCopyCharacterSet(ctFont)); in populate_glyph_to_unicode() local
502 if (!charSet) { in populate_glyph_to_unicode()
508 CFCharacterSetCreateBitmapRepresentation(nullptr, charSet.get())); in populate_glyph_to_unicode()
/third_party/typescript/tests/lib/
Dreact16.d.ts1312 charSet?: string;
1633 charSet?: string;
1701 charSet?: string;
Dreact.d.ts1941 charSet?: string; property
/third_party/node/tools/
Dlint-md.mjs23602 var reSpecials = charSet('().*{}+?[]^$\\!');
23605 function charSet (s) { function