Home
last modified time | relevance | path

Searched refs:normalizedLen (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof.cpp716 int32_t normalizedLen = nfdId.length(); in uspoof_getSkeletonUnicodeString() local
717 for (inputIndex=0; inputIndex < normalizedLen; ) { in uspoof_getSkeletonUnicodeString()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java1859 int normalizedLen = nfdId.length();
1861 for (int inputIndex = 0; inputIndex < normalizedLen;) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1912 int normalizedLen = nfdId.length();
1914 for (int inputIndex = 0; inputIndex < normalizedLen;) {