/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTree.java | 143 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 D | IntDiffer.java | 24 * @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 D | csdet.c | 33 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 D | csdet.c | 33 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 D | skdiff_html.cpp | 29 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 D | skdiff_html.h | 14 void print_diff_page(const int matchCount,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | csdetest.cpp | 187 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 D | CommandProcessor.cpp | 1374 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 D | CommandProcessor.h | 215 uint32_t *matchCount);
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |