Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp351 int32_t previousStringIndex = 0; in build() local
366 fStringLengthsTable->addElement(previousStringIndex, status); in build()
373 previousStringIndex = strIndex; in build()
379 fStringLengthsTable->addElement(previousStringIndex, status); in build()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java1099 int previousStringIndex = 0;
1114 fStringLengthsTable.add(previousStringIndex);
1121 previousStringIndex = strIndex;
1129 fStringLengthsTable.add(previousStringIndex);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1136 int previousStringIndex = 0;
1151 fStringLengthsTable.add(previousStringIndex);
1158 previousStringIndex = strIndex;
1166 fStringLengthsTable.add(previousStringIndex);