/external/icu4c/common/ |
uloc.cpp | [all...] |
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/i18n/ |
timezone.cpp | 668 int32_t idLen = 0; 672 id = ures_getStringByIndex(top, i, &idLen, &ec); 677 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); [all...] |
zonemeta.cpp | 502 int32_t idLen = 0; 509 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status); 511 if (tzid.compare(primaryZone, idLen) == 0) { 517 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) {
|
/external/chromium_org/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 | 177 int idLen = (int) uprv_strlen(id); 178 char* localeID = (char*) uprv_malloc(idLen); 190 pos = idLen; [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.c | 496 int32_t idLen; 588 idLen = ucal_getTimeZoneID(caldef2, id, sizeof(id)/sizeof(id[0]), &status); 611 idLen = ucal_getTimeZoneID(caldef2, id, sizeof(id)/sizeof(id[0]), &status); [all...] |
/system/vold/ |
VolumeManager.cpp | 973 const int idLen = strlen(id); [all...] |