Searched refs:idLen (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Duloc.c1260 int32_t idLen = 0; local
1267 while(!_isTerminator(localeID[idLen]) && !_isIDSeparator(localeID[idLen])) {
1268 idLen++;
1272 if (idLen == 4) {
1275 *pEnd = localeID+idLen;
1277 if(idLen > scriptCapacity) {
1278 idLen = scriptCapacity;
1280 if (idLen >= 1) {
1283 for (i = 1; i < idLen;
1298 int32_t idLen=0; local
[all...]
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModels.h175 * @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/
H A Dtimezone.cpp669 int32_t idLen = 0; local
673 id = ures_getStringByIndex(top, i, &idLen, &ec);
678 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
891 int32_t idLen = 0; local
892 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
893 result.fastCopyFrom(UnicodeString(TRUE, id, idLen));
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp175 int idLen = (int) uprv_strlen(id); local
176 char* localeID = (char*) uprv_malloc(idLen);
188 pos = idLen;

Completed in 806 milliseconds