Searched refs:strIndex (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_conf.cpp | 345 int32_t strIndex = fStringTable->length(); in build() local 352 s->fCharOrStrTableIndex = strIndex; in build()
|
/external/icu/icu4c/source/common/ |
D | ucnv_io.cpp | 1111 uint16_t strIndex, sortIndex; member 1133 …_t)uprv_strcmp(tempTable->stripForCompare(strippedLeft, chars+2*((const TempRow *)left)->strIndex), in io_compareRows() 1134 … tempTable->stripForCompare(strippedRight, chars+2*((const TempRow *)right)->strIndex)); in io_compareRows() 1285 tempTable.rows[i].strIndex=ds->readUInt16(p[i]); in ucnv_swapAliases()
|
/external/antlr/runtime/C/src/ |
D | antlr3string.c | 641 ANTLR3_UINT32 strIndex = string->index; in destroy() local 648 factory->strings->del(factory->strings, strIndex); in destroy() 660 if (strIndex< factory->index) in destroy() 668 for (i = strIndex; i < factory->index; i++) in destroy()
|
/external/angle/src/tests/gl_tests/ |
D | UniformTest.cpp | 1076 std::string strIndex = "[" + ToString(index) + "]"; in TEST_P() local 1078 CheckOneElement<float>(glGetUniformfv, mProgram, uniformArray.name + strIndex, in TEST_P() 1080 CheckOneElement<int>(glGetUniformiv, mProgram, uniformArray.name + strIndex, in TEST_P() 1082 CheckOneElement<unsigned int>(glGetUniformuiv, mProgram, uniformArray.name + strIndex, in TEST_P()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 972 int strIndex = fStringTable.length(); in build() local 979 s.fCharOrStrTableIndex = strIndex; in build()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 926 int strIndex = fStringTable.length(); in build() local 933 s.fCharOrStrTableIndex = strIndex; in build()
|