HomeSort by relevance Sort by last modified time
    Searched refs:idLen (Results 1 - 4 of 4) 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);
  /external/icu4c/i18n/
timezone.cpp 669 int32_t idLen = 0;
673 id = ures_getStringByIndex(top, i, &idLen, &ec);
678 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
891 int32_t idLen = 0;
892 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
893 result.fastCopyFrom(UnicodeString(TRUE, id, 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 1181 milliseconds