Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterName.java1249 int nindex; in getGroupChar() local
1253 nindex = 0; in getGroupChar()
1274 for (count = 0; count < len && nindex != -1 && nindex < namelen; in getGroupChar()
1280 if (name.charAt(nindex ++) != (b & 0xFF)) { in getGroupChar()
1281 nindex = -1; in getGroupChar()
1293 if (name.charAt(nindex ++) != (b & 0xFF)) { in getGroupChar()
1294 nindex = -1; in getGroupChar()
1299 nindex = UCharacterUtility.compareNullTermByteSubString( in getGroupChar()
1300 name, m_tokenstring_, nindex, token); in getGroupChar()
1305 if (namelen == nindex && in getGroupChar()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java1248 int nindex; in getGroupChar() local
1252 nindex = 0; in getGroupChar()
1273 for (count = 0; count < len && nindex != -1 && nindex < namelen; in getGroupChar()
1279 if (name.charAt(nindex ++) != (b & 0xFF)) { in getGroupChar()
1280 nindex = -1; in getGroupChar()
1292 if (name.charAt(nindex ++) != (b & 0xFF)) { in getGroupChar()
1293 nindex = -1; in getGroupChar()
1298 nindex = UCharacterUtility.compareNullTermByteSubString( in getGroupChar()
1299 name, m_tokenstring_, nindex, token); in getGroupChar()
1304 if (namelen == nindex && in getGroupChar()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc306 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul() local
307 unsigned int vindex = nindex / TCount; in preprocess_text_hangul()
308 unsigned int tindex = nindex % TCount; in preprocess_text_hangul()