Home
last modified time | relevance | path

Searched refs:matchCount (Results 1 - 10 of 10) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java143 private final long matchCount; field in RangeTree.Node
164 this.matchCount = 1L; in Node()
181 long matchCount = canTerminate ? 1 : 0; in Node()
193 matchCount += Integer.bitCount(e.mask) * e.target.matchCount; in Node()
208 this.matchCount = matchCount; in Node()
903 private final long matchCount; field in RangeTree
912 this.matchCount = 0L; in RangeTree()
919 this.matchCount in RangeTree()
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DIntDiffer.java24 * @param matchCount The number of items that have to be the same to count as a match
26 public IntDiffer(int stackSize, int matchCount) { in IntDiffer() argument
28 this.EQUALSIZE = matchCount; in IntDiffer()
29 a = new int[stackSize+matchCount]; in IntDiffer()
30 b = new int[stackSize+matchCount]; in IntDiffer()
/third_party/icu/icu4c/source/samples/csdet/
H A Dcsdet.c33 int32_t inputLength, match, matchCount = 0; in main() local
58 csm = ucsdet_detectAll(csd, &matchCount, &status); in main()
60 for(match = 0; match < matchCount; match += 1) { in main()
/third_party/skia/third_party/externals/icu/source/samples/csdet/
H A Dcsdet.c33 int32_t inputLength, match, matchCount = 0; in main() local
58 csm = ucsdet_detectAll(csd, &matchCount, &status); in main()
60 for(match = 0; match < matchCount; match += 1) { in main()
/third_party/skia/tools/skdiff/
H A Dskdiff_html.cpp29 const int matchCount, in print_table_header()
55 stream->writeDecAsText(matchCount); in print_table_header()
225 void print_diff_page(const int matchCount, in print_diff_page() argument
284 print_table_header(&outputStream, matchCount, colorThreshold, differences, in print_diff_page()
28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) print_table_header() argument
H A Dskdiff_html.h14 void print_diff_page(const int matchCount,
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp187 int32_t matchCount = 0; in checkEncoding() local
188 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding()
196 if (matchCount == 0) { in checkEncoding()
205 for (int32_t m = 0; m < matchCount; m += 1) { in checkEncoding()
780 int32_t matchCount = 0; in Ticket6394Test() local
781 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status); in Ticket6394Test()
789 for (i=0; i<matchCount; i++) { in Ticket6394Test()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp1374 uint32_t *matchCount) in FindIndex()
1392 if (matchCount) in FindIndex()
1394 *matchCount = count; in FindIndex()
1371 FindIndex(const std::vector<VkQueueFamilyProperties> &queueFamilyProperties, VkQueueFlags flags, int32_t matchNumber, uint32_t *matchCount) FindIndex() argument
H A DCommandProcessor.h215 uint32_t *matchCount);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 17 milliseconds