Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp328 int32_t previousStringIndex = 0; in build() local
343 fStringLengthsTable->addElement(previousStringIndex, status); in build()
350 previousStringIndex = strIndex; in build()
356 fStringLengthsTable->addElement(previousStringIndex, status); in build()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1115 int previousStringIndex = 0;
1130 fStringLengthsTable.add(previousStringIndex);
1137 previousStringIndex = strIndex;
1145 fStringLengthsTable.add(previousStringIndex);