Home
last modified time | relevance | path

Searched refs:Specs (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/icu/source/i18n/
Dtridpars.h68 class Specs : public UMemory {
75 Specs(const UnicodeString& s, const UnicodeString& t,
81 Specs(const Specs &other); // forbid copying of this class
82 Specs &operator=(const Specs &other); // forbid copying of this class
319 static Specs* parseFilterID(const UnicodeString& id, int32_t& pos,
331 static SingleID* specsToID(const Specs* specs, int32_t dir);
341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
Dtridpars.cpp55 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t, in Specs() function in TransliteratorIDParser::Specs
119 Specs* specsA = NULL; in parseSingleID()
120 Specs* specsB = NULL; in parseSingleID()
222 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID()
704 TransliteratorIDParser::Specs*
807 return new Specs(source, target, variant, sawSource, filter); in parseFilterID()
818 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID()
856 TransliteratorIDParser::specsToSpecialInverse(const Specs& specs, UErrorCode &status) { in specsToSpecialInverse()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtridpars.h68 class Specs : public UMemory {
75 Specs(const UnicodeString& s, const UnicodeString& t,
81 Specs(const Specs &other); // forbid copying of this class
82 Specs &operator=(const Specs &other); // forbid copying of this class
319 static Specs* parseFilterID(const UnicodeString& id, int32_t& pos,
331 static SingleID* specsToID(const Specs* specs, int32_t dir);
341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
Dtridpars.cpp55 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t, in Specs() function in TransliteratorIDParser::Specs
119 Specs* specsA = NULL; in parseSingleID()
120 Specs* specsB = NULL; in parseSingleID()
222 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID()
703 TransliteratorIDParser::Specs*
806 return new Specs(source, target, variant, sawSource, filter); in parseFilterID()
817 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID()
855 TransliteratorIDParser::specsToSpecialInverse(const Specs& specs, UErrorCode &status) { in specsToSpecialInverse()
/third_party/icu/icu4c/source/i18n/
Dtridpars.h68 class Specs : public UMemory {
75 Specs(const UnicodeString& s, const UnicodeString& t,
81 Specs(const Specs &other); // forbid copying of this class
82 Specs &operator=(const Specs &other); // forbid copying of this class
319 static Specs* parseFilterID(const UnicodeString& id, int32_t& pos,
331 static SingleID* specsToID(const Specs* specs, int32_t dir);
341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
Dtridpars.cpp55 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t, in Specs() function in TransliteratorIDParser::Specs
119 Specs* specsA = NULL; in parseSingleID()
120 Specs* specsB = NULL; in parseSingleID()
222 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID()
704 TransliteratorIDParser::Specs*
807 return new Specs(source, target, variant, sawSource, filter); in parseFilterID()
818 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID()
856 TransliteratorIDParser::specsToSpecialInverse(const Specs& specs, UErrorCode &status) { in specsToSpecialInverse()
/third_party/node/deps/icu-small/source/i18n/
Dtridpars.h68 class Specs : public UMemory {
75 Specs(const UnicodeString& s, const UnicodeString& t,
81 Specs(const Specs &other); // forbid copying of this class
82 Specs &operator=(const Specs &other); // forbid copying of this class
319 static Specs* parseFilterID(const UnicodeString& id, int32_t& pos,
331 static SingleID* specsToID(const Specs* specs, int32_t dir);
341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
Dtridpars.cpp55 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t, in Specs() function in TransliteratorIDParser::Specs
119 Specs* specsA = NULL; in parseSingleID()
120 Specs* specsB = NULL; in parseSingleID()
222 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID()
701 TransliteratorIDParser::Specs*
804 return new Specs(source, target, variant, sawSource, filter); in parseFilterID()
815 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID()
853 TransliteratorIDParser::specsToSpecialInverse(const Specs& specs, UErrorCode &status) { in specsToSpecialInverse()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.h39 struct Specs { struct
73 GrCCAtlas(CoverageType, const Specs&, const GrCaps&);
134 GrCCAtlasStack(CoverageType coverageType, const GrCCAtlas::Specs& specs, const GrCaps* caps) in GrCCAtlasStack()
163 const GrCCAtlas::Specs fSpecs;
168 inline void GrCCAtlas::Specs::accountForSpace(int width, int height) { in accountForSpace()
DGrCCPerFlushResources.h48 GrCCAtlas::Specs fCopyAtlasSpecs;
53 GrCCAtlas::Specs fRenderedAtlasSpecs;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliteratorIDParser.java84 private static class Specs { class in TransliteratorIDParser
90 Specs(String s, String t, String v, boolean sawS, String f) { in Specs() method in TransliteratorIDParser.Specs
154 Specs specs = parseFilterID(id, pos, true); in parseFilterID()
184 Specs specsA = null; in parseSingleID()
185 Specs specsB = null; in parseSingleID()
593 private static Specs parseFilterID(String id, int[] pos, in parseFilterID()
691 return new Specs(source, target, variant, sawSource, filter); in parseFilterID()
701 private static SingleID specsToID(Specs specs, int dir) { in specsToID()
736 private static SingleID specsToSpecialInverse(Specs specs) { in specsToSpecialInverse()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorIDParser.java83 private static class Specs { class in TransliteratorIDParser
89 Specs(String s, String t, String v, boolean sawS, String f) { in Specs() method in TransliteratorIDParser.Specs
153 Specs specs = parseFilterID(id, pos, true); in parseFilterID()
183 Specs specsA = null; in parseSingleID()
184 Specs specsB = null; in parseSingleID()
592 private static Specs parseFilterID(String id, int[] pos, in parseFilterID()
690 return new Specs(source, target, variant, sawSource, filter); in parseFilterID()
700 private static SingleID specsToID(Specs specs, int dir) { in specsToID()
735 private static SingleID specsToSpecialInverse(Specs specs) { in specsToSpecialInverse()
/third_party/boost/boost/parameter/
Dpython.hpp275 class Def, class Specs, class Bits, class Invoker
278 Def def, Specs*, Bits, Invoker*) in def_combination() argument
281 Specs in def_combination()
302 class Def, class Specs, class Bits, class End, class Invoker
305 Def def, Specs*, Bits, End, Invoker*) in def_combinations() argument
309 def_combination(def, (Specs*)0, Bits(), (Invoker*)0); in def_combinations()
313 , (Specs*)0 in def_combinations()
321 class Def, class Specs, class End, class Invoker
324 Def, Specs*, End, End, Invoker*) in def_combinations() argument
/third_party/grpc/examples/cpp/helloworld/cocoapods/
DPodfile1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/
DPodfile-static1 source 'https://github.com/CocoaPods/Specs.git'
DPodfile-framework1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/
DPodfile-static1 source 'https://github.com/CocoaPods/Specs.git'
DPodfile-framework1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/grpc/examples/objective-c/helloworld_macos/
DPodfile1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/grpc/examples/objective-c/helloworld/
DPodfile1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/grpc/examples/objective-c/route_guide/
DPodfile1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/grpc/examples/objective-c/auth_sample/
DPodfile1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/grpc/src/objective-c/examples/SwiftSample/
DPodfile1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/
DPodfile1 source 'https://github.com/CocoaPods/Specs.git'
/third_party/grpc/src/objective-c/examples/Sample/
DPodfile1 source 'https://github.com/CocoaPods/Specs.git'

12