Searched refs:nindex (Results 1 – 4 of 4) sorted by relevance
1249 int nindex; in getGroupChar() local1253 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()
1248 int nindex; in getGroupChar() local1252 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()
311 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul() local312 unsigned int vindex = nindex / TCount; in preprocess_text_hangul()313 unsigned int tindex = nindex % TCount; in preprocess_text_hangul()
656 const auto& nindex = left.index3[j + 1]; in GEPP() local658 float* nout = out_ptrs[nindex.m]; in GEPP()663 const auto* nr1 = right_ptrs[nindex.k1]; in GEPP()664 const auto* nr2 = right_ptrs[nindex.k2]; in GEPP()665 const auto* nr3 = right_ptrs[nindex.k3]; in GEPP()719 const auto& nindex = left.index[j + 1]; in GEPP() local723 const auto* nr = right_ptrs[nindex.k]; in GEPP()727 float* nout = out_ptrs[nindex.m]; in GEPP()