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

  /external/icu4c/common/
uloc.c     [all...]
  /external/srec/srec/AcousticModels/include/
SR_AcousticModels.h 175 * @param idLen [in/out] Length of id argument. If the return code is ESR_BUFFER_OVERFLOW, the
178 SREC_ACOUSTICMODELS_API ESR_ReturnCode SR_AcousticModelsGetID(SR_AcousticModels* self, size_t index, SR_AcousticModelID* id, size_t* idLen);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainSecSm.h 91 TI_UINT8 idLen;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
mainSecSm.h 92 UINT8 idLen;
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
mainSecSm.h 91 TI_UINT8 idLen;
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp 341 int32_t idLen = 0;
342 const UChar* id = ures_getStringByIndex(nres, i, &idLen, &ec);
343 ids[i].fastCopyFrom(UnicodeString(TRUE, id, idLen));
727 int32_t idLen = 0;
731 id = ures_getStringByIndex(top, i, &idLen, &ec);
736 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
    [all...]
zonemeta.cpp 442 int32_t idLen;
455 idLen = derefZone.length() + 1;
456 newEntry->id = allocUStringInTable(idLen);
463 derefZone.extract((UChar*)(newEntry->id), idLen, status);
    [all...]
  /external/chromium/third_party/icu/source/common/
uloc.c     [all...]
  /external/icu4c/i18n/
timezone.cpp 667 int32_t idLen = 0;
671 id = ures_getStringByIndex(top, i, &idLen, &ec);
676 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
889 int32_t idLen = 0;
890 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
891 result.fastCopyFrom(UnicodeString(TRUE, id, idLen));
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
wrtxml.cpp 175 int idLen = (int) uprv_strlen(id);
176 char* localeID = (char*) uprv_malloc(idLen);
188 pos = idLen;
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 175 int idLen = (int) uprv_strlen(id);
176 char* localeID = (char*) uprv_malloc(idLen);
188 pos = idLen;
    [all...]

Completed in 80 milliseconds