HomeSort by relevance Sort by last modified time
    Searched refs:itemKey (Results 1 - 22 of 22) sorted by null

  /external/icu4c/common/
locresdata.cpp 45 const char *itemKey,
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
98 replacement = uloc_getCurrentCountryID(itemKey);
100 replacement = uloc_getCurrentLanguageID(itemKey);
103 if(replacement!=NULL && itemKey != replacement){
ulocimp.h 34 const char *itemKey,
locdispnames.cpp 297 const char *itemKey,
304 if(itemKey==NULL) {
317 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
324 itemKey,
725 /* pass itemKey=NULL to look for a top-level item */
uresdata.c 790 const char *itemKey=gUnknownKey;
794 itemKey=(const char *)outBundle+keyOffset;
799 itemKey=(const char *)outBundle+keyOffset;
803 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode);
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 68 UnicodeString& get(const char* tableKey, const char* itemKey,
70 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
73 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
75 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
80 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const {
81 return get(tableKey, NULL, itemKey, result);
85 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const {
86 return getNoFallback(tableKey, NULL, itemKey, result);
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey,
121 tableKey, subTableKey, itemKey,
    [all...]
dtptngen.cpp 577 UnicodeString itemKey;
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL_Android.h 71 XAuint32 itemKey; // identifies the item
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL_Android.h 71 XAuint32 itemKey; // identifies the item
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL_Android.h 71 XAuint32 itemKey; // identifies the item
  /system/media/wilhelm/src/itf/
IAndroidBufferQueue.c 95 switch (pItems->itemKey) {
150 SL_LOGE("Unknown item key %u with size %u ignored", pItems->itemKey,
154 }// switch (pItems->itemKey)
158 switch (pItems->itemKey) {
170 SL_LOGE("Unknown item key %u with size %u ignored", pItems->itemKey,
174 }// switch (pItems->itemKey)
  /system/media/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 99 msgDiscontinuity.itemKey = SL_ANDROID_ITEMKEY_DISCONTINUITY;
140 pItems->itemKey, pItems->itemSize, *((SLuint32*)&pItems->itemData));
160 msgEos.itemKey = SL_ANDROID_ITEMKEY_EOS;
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL_Android.h 78 XAuint32 itemKey; // identifies the item
  /external/icu4c/tools/toolutil/
pkgitems.cpp 324 const char *itemKey;
325 Resource item=res_getTableItemByIndex(pResData, res, i, &itemKey);
328 item, itemKey,
335 itemName, res, i, itemKey, item);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 349 JavaExpression itemKey = variableTranslator.translate(node.getVariable());
354 java.writeStatement(callOn(DATA_CONTEXT, methodName, itemKey, value));
429 JavaExpression itemKey = variableTranslator.translate(itemVariable);
442 java.writeStatement(callOn(DATA_CONTEXT, "createLocalVariableByValue", itemKey, symbol(
458 JavaExpression itemKey = variableTranslator.translate(itemVariable);
466 java.writeStatement(callOn(DATA_CONTEXT, "createLocalVariableByPath", itemKey, callOn(
    [all...]
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 205 msgEos[0].itemKey = XA_ANDROID_ITEMKEY_EOS;
318 items[0].itemKey = XA_ANDROID_ITEMKEY_DISCONTINUITY;
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES_Android.h 236 SLuint32 itemKey; // identifies the item
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 236 SLuint32 itemKey; // identifies the item
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 236 SLuint32 itemKey; // identifies the item
  /system/media/wilhelm/include/SLES/
OpenSLES_Android.h 236 SLuint32 itemKey; // identifies the item
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java     [all...]
  /system/media/wilhelm/tests/examples/
slesTestDecodeAac.cpp 210 msgEos.itemKey = SL_ANDROID_ITEMKEY_EOS;
  /external/emma/lib/
emma.jar 

Completed in 3268 milliseconds