Home
last modified time | relevance | path

Searched defs:ranges (Results 51 - 75 of 201) sorted by relevance

123456789

/third_party/icu/icu4c/source/i18n/
H A Dcollationdata.cpp206 makeReorderRanges(const int32_t *reorder, int32_t length, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
212 makeReorderRanges(const int32_t *reorder, int32_t length, UBool latinMustMove, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
H A Dcollationsettings.cpp145 const uint32_t *ranges in setReordering() local
85 aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) aliasReordering() argument
191 setReorderArrays(const int32_t *codes, int32_t codesLength, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) setReorderArrays() argument
264 const uint32_t *ranges = reorderRanges; reorderEx() local
[all...]
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
H A DCombineGeoData.java190 static boolean hasConflict(List<Range> ranges, int rangeIndex, String[] prefixes, int candidate) { in hasConflict() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdata.cpp206 makeReorderRanges(const int32_t *reorder, int32_t length, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
212 makeReorderRanges(const int32_t *reorder, int32_t length, UBool latinMustMove, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
H A Dcollationsettings.cpp145 const uint32_t *ranges in setReordering() local
85 aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) aliasReordering() argument
191 setReorderArrays(const int32_t *codes, int32_t codesLength, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) setReorderArrays() argument
264 const uint32_t *ranges = reorderRanges; reorderEx() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java51 public static PrefixTree from(RangeTree ranges) { in from() argument
116 private final RangeTree ranges; global() field in PrefixTree
118 PrefixTree(RangeTree ranges) PrefixTree() argument
176 retainFrom(RangeTree ranges) retainFrom() argument
239 trim(RangeTree ranges) trim() argument
280 removeTrailingAnyDigitPaths(RangeTree ranges) removeTrailingAnyDigitPaths() argument
[all...]
H A DRangeTreeFactorizer.java66 public static ImmutableList<RangeTree> factor(RangeTree ranges, MergeStrategy strategy) { in factor() argument
109 RangeTree mergeFrom(RangeTree ranges) { in mergeFrom() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java111 MatcherCompiler(RangeTree ranges) { in MatcherCompiler() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DSubgroupOptimizer.java49 public static Optional<RangeTree> extractRepeatingSubgraph(RangeTree ranges) { in extractRepeatingSubgraph() argument
83 static Optional<DfaNode> findBridgingNode(RangeTree ranges) { in findBridgingNode() argument
150 static Optional<RangeTree> extractSubgraph(RangeTree ranges, DfaNode node) { in extractSubgraph() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java388 private static RangeTree ranges(String... rangeSpecs) { ranges() method in RangeTableTest
392 assign( RangeTree ranges, Column<T> column, T value) assign() argument
397 unassign(RangeTree ranges, Column<T> column) unassign() argument
401 assign(RangeTree ranges, Map<Column<?>, ?> map) assign() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdata.cpp206 makeReorderRanges(const int32_t *reorder, int32_t length, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
212 makeReorderRanges(const int32_t *reorder, int32_t length, UBool latinMustMove, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
H A Dcollationsettings.cpp145 const uint32_t *ranges in setReordering() local
85 aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) aliasReordering() argument
191 setReorderArrays(const int32_t *codes, int32_t codesLength, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) setReorderArrays() argument
264 const uint32_t *ranges = reorderRanges; reorderEx() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
H A Ddw_mmc-rockchip.c207 struct range_t *ranges; in dw_mci_rk3288_execute_tuning() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp149 void Region::getRange(std::vector<Range>& ranges, Node& node, Region::OP op) in getRange() argument
170 void Region::UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& res) in UpdateRects() argument
264 std::vector<Range> ranges; RegionOpLocal() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp270 Ranges ranges; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp127 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
173 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
219 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
265 std::vector<std::pair<uint32_t, uint32_t>> ranges; HWTEST_F() local
307 std::vector<std::pair<uint32_t, uint32_t>> ranges; HWTEST_F() local
325 std::vector<std::pair<uint32_t, uint32_t>> ranges; HWTEST_F() local
342 std::vector<std::pair<uint32_t, uint32_t>> ranges; HWTEST_F() local
359 std::vector<std::pair<uint32_t, uint32_t>> ranges; HWTEST_F() local
376 std::vector<std::pair<uint32_t, uint32_t>> ranges; HWTEST_F() local
393 std::vector<std::pair<uint32_t, uint32_t>> ranges; HWTEST_F() local
428 std::vector<std::pair<uint32_t, uint32_t>> ranges; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp1090 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
1113 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_exif_metadata_accessor.cpp385 GetFilterArea(const std::vector<std::string> &exifKeys, std::vector<std::pair<uint32_t, uint32_t>> &ranges) GetFilterArea() argument
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp182 FilterProxyRanges *ranges = (FilterProxyRanges *)malloc(sizeof(*ranges) + sizeof(ranges->range[0]) * rans.size()); in SendRangesToIoctl() local
220 OpenFilterProxyFd(const string &path, const string &mode, const PrivacyRanges &ranges) OpenFilterProxyFd() argument
259 ShowRanges(const PrivacyRanges &ranges) ShowRanges() argument
271 SortRangesAndCheck(PrivacyRanges &ranges) SortRangesAndCheck() argument
303 CollectRanges(const string &path, const HideSensitiveType &sensitiveType, PrivacyRanges &ranges) CollectRanges() argument
358 GetPrivacyRanges(const string &path, const string &mode, const string &fileId, PrivacyRanges &ranges) GetPrivacyRanges() argument
[all...]
/foundation/window/window_manager/utils/src/
H A Dwm_occlusion_region.cpp139 void Region::getRange(std::vector<Range>& ranges, Node& node, Region::OP op) in getRange() argument
172 void Region::UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& res) in UpdateRects() argument
246 std::vector<Range> ranges; RegionOpLocal() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java164 private final Range[] ranges; field in StringRange.Ranges
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationData.java294 void makeReorderRanges(int[] reorder, UVector32 ranges) { in makeReorderRanges() argument
298 private void makeReorderRanges(int[] reorder, boolean latinMustMove, UVector32 ranges) { in makeReorderRanges() argument
[all...]
H A DCollationWeights.java556 private WeightRange[] ranges = new WeightRange[7]; global() field in CollationWeights
[all...]
H A DContractionsAndExpansions.java32 private UnicodeSet ranges; field in ContractionsAndExpansions
/third_party/icu/tools/unicode/c/genuca/
H A Dcollationbasedatabuilder.cpp163 CollationBaseDataBuilder::initHanRanges(const UChar32 ranges[], int32_t length, in initHanRanges() argument

Completed in 17 milliseconds

123456789