Home
last modified time | relevance | path

Searched refs:blockLimit (Results 1 – 8 of 8) sorted by relevance

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