Searched defs:isDecompNoAlgorithmic (Results 1 – 2 of 2) sorted by relevance
510 UBool isDecompNoAlgorithmic(uint16_t norm16) const { return norm16>=limitNoNo; } in isDecompNoAlgorithmic() function
1682 private boolean isDecompNoAlgorithmic(int norm16) { return norm16>=limitNoNo; } in isDecompNoAlgorithmic() method