Home
last modified time | relevance | path

Searched refs:blockLimit (Results 1 - 6 of 6) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java158 String blockLimit = limit(0, digitBlockLimit);
172 + digitSequence + "(?:" + punctuation + digitSequence + ")" + blockLimit
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java824 int blockLimit = blockStart + blockLength; in makeHashCode()
828 } while (blockStart < blockLimit); in makeHashCode()
833 int blockLimit = blockStart + blockLength; in makeHashCode()
837 } while (blockStart < blockLimit); in makeHashCode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java816 int blockLimit = blockStart + blockLength; in makeHashCode()
820 } while (blockStart < blockLimit); in makeHashCode()
825 int blockLimit = blockStart + blockLength; in makeHashCode()
829 } while (blockStart < blockLimit); in makeHashCode()
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp846 int32_t blockLimit = blockStart + blockLength; in makeHashCode() local
850 } while (blockStart < blockLimit); in makeHashCode()
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp846 int32_t blockLimit = blockStart + blockLength; in makeHashCode() local
850 } while (blockStart < blockLimit); in makeHashCode()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp846 int32_t blockLimit = blockStart + blockLength; in makeHashCode() local
850 } while (blockStart < blockLimit); in makeHashCode()

Completed in 14 milliseconds