Searched refs:indexString (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | City.kt | 33 val indexString: String?, 87 id, index, indexString, name, phoneticName, timeZone.id) 167 result = mNameCollator.compare(c1.indexString, c2.indexString)
|
H A D | CityDAO.kt | 146 val indexString = if (TextUtils.isEmpty(parts[0])) name.substring(0, 1) else parts[0] regex 149 val matcher = NUMERIC_INDEX_REGEX.matcher(indexString) 152 return City(id, index, indexString, name, phoneticName, tz)
|
/aosp12/system/tools/hidl/ |
H A D | ArrayType.cpp | 381 std::string indexString; in emitJavaFieldReaderWriter() local 398 indexString += "[" + iteratorName + "]"; in emitJavaFieldReaderWriter() 403 ? "(" + getJavaTypeCast(fieldName) + ")" + indexString in emitJavaFieldReaderWriter()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
H A D | CitySelectionActivity.kt | 327 holder.index.setText(city.indexString) 395 DataModel.CitySort.NAME -> sections.add(city.indexString.orEmpty())
|
/aosp12/art/dexdump/ |
H A D | dexdump.cc | 797 static std::unique_ptr<char[]> indexString(const DexFile* pDexFile, in indexString() function 949 return indexString(pDexFile, pDecInsn, outSize + 1); in indexString() 999 indexBuf = indexString(pDexFile, pDecInsn, 200); in dumpInstruction()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | dagger-compiler-2.23.jar | java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors
... |