Home
last modified time | relevance | path

Searched refs:nindex (Results 1 – 5 of 5) 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.cc311 unsigned int nindex = (s - SBase) % NCount; in preprocess_text_hangul() local
312 unsigned int vindex = nindex / TCount; in preprocess_text_hangul()
313 unsigned int tindex = nindex % TCount; in preprocess_text_hangul()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc656 const auto& nindex = left.index3[j + 1]; in GEPP() local
658 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() local
723 const auto* nr = right_ptrs[nindex.k]; in GEPP()
727 float* nout = out_ptrs[nindex.m]; in GEPP()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...