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

  /external/icu4c/common/
uloc_tag.c 563 char keyBuf[MAX_LDML_KEY_LEN];
575 if (keyLen >= sizeof(keyBuf)) {
581 uprv_memcpy(keyBuf, key, keyLen);
582 keyBuf[keyLen] = 0;
586 keyBuf[i] = uprv_tolower(keyBuf[i]);
597 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
702 char keyBuf[MAX_LDML_KEY_LEN];
715 if (keyLen >= sizeof(keyBuf)) {
720 uprv_memcpy(keyBuf, key, keyLen)
    [all...]
  /external/icu4c/i18n/
zonemeta.cpp 609 char keyBuf[ZID_KEY_MAX + 1];
617 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX, US_INV);
621 ures_getByKey(rb, keyBuf, rb, &status);
626 region.extract(0, region.length(), keyBuf, ZID_KEY_MAX, US_INV);
627 tzid = ures_getStringByKey(rb, keyBuf, &tzidLen, &status);
  /external/icu4c/test/intltest/
regcoll.cpp 1084 static int32_t calcKeyIncremental(UCollator *coll, const UChar* text, int32_t len, uint8_t *keyBuf, int32_t /*keyBufLen*/, UErrorCode& status) {
1093 int32_t keyPartLen = ucol_nextSortKeyPart(coll, &uiter, state, &keyBuf[keyLen], count, &status);
    [all...]

Completed in 365 milliseconds