Searched refs:triesCount (Results 1 – 1 of 1) sorted by relevance
100 int triesCount = reader.readUshort(); in makeAnnotator() local101 out.annotate(2, "tries_size = %d", triesCount); in makeAnnotator()165 if (triesCount > 0) { in makeAnnotator()174 for (int i=0; i<triesCount; i++) { in makeAnnotator()