Home
last modified time | relevance | path

Searched defs:segment (Results 101 - 125 of 158) sorted by relevance

1234567

/third_party/icu/icu4c/source/i18n/
H A Dnumparse_affixes.cpp180 bool CodePointMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match() argument
379 bool AffixMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() argument
[all...]
H A Dnumber_skeletons.cpp607 parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, MacroProps& macros, UErrorCode& status) parseStem() argument
798 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseOption() argument
972 parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, UErrorCode&) parseExponentWidthOption() argument
1001 parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UErrorCode&) parseExponentSignOption() argument
1018 parseCurrencyOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseCurrencyOption() argument
1043 parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseMeasureUnitOption() argument
1088 parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseMeasurePerUnitOption() argument
1099 parseIdentifierUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseIdentifierUnitOption() argument
1115 parseUnitUsageOption(const StringSegment &segment, MacroProps &macros, UErrorCode &status) parseUnitUsageOption() argument
1126 parseFractionStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseFractionStem() argument
1189 parseDigitsStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseDigitsStem() argument
1241 parseScientificStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseScientificStem() argument
1293 parseIntegerStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseIntegerStem() argument
1311 parseFracSigOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseFracSigOption() argument
1387 parseTrailingZeroOption(const StringSegment& segment, MacroProps& macros, UErrorCode&) parseTrailingZeroOption() argument
1395 parseIncrementOption(const StringSegment &segment, MacroProps &macros, UErrorCode &status) parseIncrementOption() argument
1414 parseIntegerWidthOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseIntegerWidthOption() argument
1467 parseNumberingSystemOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseNumberingSystemOption() argument
1490 parseScaleOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseScaleOption() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_rounding.cpp28 void number::impl::parseIncrementOption(const StringSegment &segment, in parseIncrementOption() argument
H A Dnumparse_affixes.cpp180 bool CodePointMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match() argument
379 bool AffixMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() argument
[all...]
H A Dnumber_skeletons.cpp607 parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, MacroProps& macros, UErrorCode& status) parseStem() argument
798 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseOption() argument
972 parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, UErrorCode&) parseExponentWidthOption() argument
1001 parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UErrorCode&) parseExponentSignOption() argument
1018 parseCurrencyOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseCurrencyOption() argument
1043 parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseMeasureUnitOption() argument
1088 parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseMeasurePerUnitOption() argument
1099 parseIdentifierUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseIdentifierUnitOption() argument
1115 parseUnitUsageOption(const StringSegment &segment, MacroProps &macros, UErrorCode &status) parseUnitUsageOption() argument
1126 parseFractionStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseFractionStem() argument
1189 parseDigitsStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseDigitsStem() argument
1241 parseScientificStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseScientificStem() argument
1293 parseIntegerStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseIntegerStem() argument
1311 parseFracSigOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseFracSigOption() argument
1387 parseTrailingZeroOption(const StringSegment& segment, MacroProps& macros, UErrorCode&) parseTrailingZeroOption() argument
1395 parseIncrementOption(const StringSegment &segment, MacroProps &macros, UErrorCode &status) parseIncrementOption() argument
1414 parseIntegerWidthOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseIntegerWidthOption() argument
1467 parseNumberingSystemOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseNumberingSystemOption() argument
1490 parseScaleOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseScaleOption() argument
[all...]
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dsegment.c54 struct segment { struct
[all...]
/third_party/node/deps/v8/src/date/
H A Ddate.h212 bool InvalidSegment(DST* segment) { in InvalidSegment() argument
[all...]
H A Ddate.cc75 void DateCache::ClearSegment(DST* segment) { in ClearSegment() argument
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc318 const WasmDataSegment& segment = module->data_segments[0]; in GetWasmData() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dverifier.cc556 auto segment = segments[k]; in ProbeSSBO() local
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp140 PathSegment segment, prevSegment; in getFillPath() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat4.java53 public int retrieveGlyphId(int segment, int startCode, int character) { in retrieveGlyphId() argument
84 startCode(int segment) startCode() argument
156 endCode(int segment) endCode() argument
161 isValidIndex(int segment) isValidIndex() argument
173 idDelta(int segment) idDelta() argument
184 idRangeOffset(int segment) idRangeOffset() argument
194 idRangeOffsetLocation(int segment) idRangeOffsetLocation() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Diterator_enc.c360 void VP8SetSegment(const VP8EncIterator* const it, int segment) { in VP8SetSegment() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_rounding.cpp27 void number::impl::parseIncrementOption(const StringSegment &segment, in parseIncrementOption() argument
H A Dnumber_skeletons.cpp606 parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, MacroProps& macros, UErrorCode& status) parseStem() argument
792 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseOption() argument
966 parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, UErrorCode&) parseExponentWidthOption() argument
995 parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UErrorCode&) parseExponentSignOption() argument
1012 parseCurrencyOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseCurrencyOption() argument
1037 parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseMeasureUnitOption() argument
1082 parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseMeasurePerUnitOption() argument
1093 parseIdentifierUnitOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseIdentifierUnitOption() argument
1109 parseUnitUsageOption(const StringSegment &segment, MacroProps &macros, UErrorCode &status) parseUnitUsageOption() argument
1120 parseFractionStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseFractionStem() argument
1183 parseDigitsStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseDigitsStem() argument
1235 parseScientificStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseScientificStem() argument
1287 parseIntegerStem(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseIntegerStem() argument
1305 parseFracSigOption(const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseFracSigOption() argument
[all...]
H A Dnumparse_affixes.cpp176 bool CodePointMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match() argument
365 bool AffixMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() argument
[all...]
/third_party/skia/src/pathops/
H A DSkOpSpan.cpp42 bool SkOpPtT::contains(const SkOpSegment* segment, const SkPoint& pt) const { in contains() argument
54 bool SkOpPtT::contains(const SkOpSegment* segment, double t) const { in contains() argument
114 const SkOpSegment* segment = this->segment(); onEnd() local
138 const SkOpSegment* SkOpPtT::segment() const { segment() function in SkOpPtT
142 SkOpSegment* SkOpPtT::segment() { segment() function in SkOpPtT
169 const SkOpSegment* segment = this->segment(); collapsed() local
237 initBase(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) initBase() argument
322 SkOpSegment* segment = test->segment(); mergeMatches() local
392 init(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) init() argument
407 insertCoincidence(const SkOpSegment* segment, bool flipped, bool ordered) insertCoincidence() argument
[all...]
H A DSkOpSpan.h318 SkOpSegment* segment() const { in segment() function in SkOpSpanBase
H A DSkOpContour.h63 SkOpSegment* segment = &fHead; in calcAngles() local
118 SkOpSegment* segment = &fHead; in debugShowActiveSpans() local
135 const SkOpSegment* segment = &fHead; in debugValidate() local
205 SkOpSegment* segment = &fHead; joinSegments() local
214 SkOpSegment* segment = &fHead; markAllDone() local
223 SkOpSegment* segment = &fHead; missingCoincidence() local
236 SkOpSegment* segment = &fHead; moveMultiples() local
247 SkOpSegment* segment = &fHead; moveNearby() local
305 const SkOpSegment* segment = &fHead; setBounds() local
343 SkOpSegment* segment = &fHead; sortAngles() local
355 const SkOpSegment* segment = fTail; toPartialBackward() local
362 const SkOpSegment* segment = &fHead; toPartialForward() local
[all...]
H A DSkPathOpsWinding.cpp91 SkOpSegment* segment = span->segment(); in makeTestBase() local
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DLdmlConverter.java394 private static String getBaseSegmentName(String segment) { in getBaseSegmentName() argument
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc436 std::uint16_t segment; in GetJpegDimensions() local
/third_party/elfutils/libdwfl/
H A DlibdwflP.h221 int segment; /* Index of first segment table entry. */ member
H A Ddwfl_segment_report_module.c75 addr_segndx (Dwfl *dwfl, size_t segment, GElf_Addr addr, bool next) in addr_segndx() argument
259 read_portion(struct read_state *read_state, void **data, size_t *data_size, GElf_Addr start, size_t segment, GElf_Addr vaddr, size_t filesz) read_portion() argument
300 size_t segment = ndx; dwfl_segment_report_module() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Dxcbgrab.c242 xcb_shm_seg_t segment; in allocate_shm_buffer() local
273 xcb_shm_seg_t segment; in xcbgrab_frame_shm() local

Completed in 25 milliseconds

1234567