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 626 char keyBuf[MAX_LDML_KEY_LEN];
638 if (keyLen >= sizeof(keyBuf)) {
644 uprv_memcpy(keyBuf, key, keyLen);
645 keyBuf[keyLen] = 0;
649 keyBuf[i] = uprv_tolower(keyBuf[i]);
660 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
765 char keyBuf[MAX_LDML_KEY_LEN];
778 if (keyLen >= sizeof(keyBuf)) {
783 uprv_memcpy(keyBuf, key, keyLen)
    [all...]
  /external/icu4c/i18n/
zonemeta.cpp 718 char keyBuf[ZID_KEY_MAX + 1];
726 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
727 keyBuf[keyLen] = 0;
731 ures_getByKey(rb, keyBuf, rb, &status);
736 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
737 keyBuf[keyLen] = 0;
738 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 1164 milliseconds