HomeSort by relevance Sort by last modified time
    Searched refs:itemKey (Results 1 - 25 of 25) 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,
727 /* 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 578 UnicodeString itemKey;
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DBAdapter.java 103 public long insertStation(String itemkey, String itemValue, String itemName)
108 initialValues.put(ITEM_KEY, itemkey);
162 public boolean updateStation(int index, String itemKey,
167 args.put(ITEM_KEY, itemKey);
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL_Android.h 71 XAuint32 itemKey; // identifies the item
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL_Android.h 71 XAuint32 itemKey; // identifies the item
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL_Android.h 71 XAuint32 itemKey; // identifies the item
  /frameworks/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;
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL_Android.h 78 XAuint32 itemKey; // identifies the item
  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c 96 switch (pItems->itemKey) {
150 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize);
153 }// switch (pItems->itemKey)
157 switch (pItems->itemKey) {
169 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize);
172 }// switch (pItems->itemKey)
  /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...]
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 182 msgEos[0].itemKey = XA_ANDROID_ITEMKEY_EOS;
307 items[0].itemKey = XA_ANDROID_ITEMKEY_DISCONTINUITY;
  /frameworks/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
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 236 SLuint32 itemKey; // identifies the item
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 236 SLuint32 itemKey; // identifies the item
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 236 SLuint32 itemKey; // identifies the item
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java     [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 270 msgEos.itemKey = SL_ANDROID_ITEMKEY_EOS;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/emma/lib/
emma.jar 

Completed in 1758 milliseconds