HomeSort by relevance Sort by last modified time
    Searched refs:bytesToCheck (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
csrucode.cpp 59 int32_t bytesToCheck = (length > 30) ? 30 : length;
60 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) {
71 if (bytesToCheck < 4 && confidence < 100) {
94 int32_t bytesToCheck = (length > 30) ? 30 : length;
95 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) {
109 if (bytesToCheck < 4 && confidence < 100) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 3391 milliseconds