Home
last modified time | relevance | path

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

/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/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/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()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc657 const auto& nindex = left.index3[j + 1]; in GEPP() local
659 float* nout = out_ptrs[nindex.m]; in GEPP()
664 const auto* nr1 = right_ptrs[nindex.k1]; in GEPP()
665 const auto* nr2 = right_ptrs[nindex.k2]; in GEPP()
666 const auto* nr3 = right_ptrs[nindex.k3]; in GEPP()
720 const auto& nindex = left.index[j + 1]; in GEPP() local
724 const auto* nr = right_ptrs[nindex.k]; in GEPP()
728 float* nout = out_ptrs[nindex.m]; in GEPP()