Home
last modified time | relevance | path

Searched refs:fStrLength (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java1208 dest.fCFUStringLengths[i].fStrLength = length;
2013 stringLen = el.fStrLength;
2186 int fStrLength; // Length of strings
2193 fStrLength == otherEl.fStrLength;
2323 fCFUStringLengths[i].fStrLength = bytes.getShort();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1245 dest.fCFUStringLengths[i].fStrLength = length;
2066 stringLen = el.fStrLength;
2239 int fStrLength; // Length of strings
2246 fStrLength == otherEl.fStrLength;
2376 fCFUStringLengths[i].fStrLength = bytes.getShort();
/external/icu/icu4c/source/i18n/
Duspoof_impl.h177 uint16_t fStrLength; // Length of strings member
Duspoof_impl.cpp211 stringLen = fSpoofData->fCFUStringLengths[ix].fStrLength; in confusableLookup()