Home
last modified time | relevance | path

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

/external/autotest/client/cros/bluetooth/
Dbluetooth_tester_xmlrpc_server.py52 PROFILE_NAMES = { variable in BluetoothTesterXmlRpcDelegate
82 (profile_name, profile_short_name) = self.PROFILE_NAMES[profile]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java179 private static final String[] PROFILE_NAMES = { field in StringPrep
328 ByteBuffer bytes = ICUBinary.getRequiredData(PROFILE_NAMES[profile] + ".spp"); in getInstance()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java167 private static final String[] PROFILE_NAMES = { field in StringPrep
315 ByteBuffer bytes = ICUBinary.getRequiredData(PROFILE_NAMES[profile] + ".spp"); in getInstance()
/external/icu/icu4c/source/common/
Dusprep.cpp59 static const char * const PROFILE_NAMES[] = { variable
412 if (index < 0 || index >= UPRV_LENGTHOF(PROFILE_NAMES)) { in usprep_openByType()
416 return usprep_open(NULL, PROFILE_NAMES[index], status); in usprep_openByType()