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

  /external/chromium/third_party/icu/source/common/
uloc_tag.c 562 const UChar *uBcpKey;
592 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
594 u_UCharsToChars(uBcpKey, bcpKeyBuf, bcpKeyLen);
655 const UChar *uBcpKey;
659 uBcpKey = ures_getString(keyMap, &tmpBcpKeyLen, status);
663 u_UCharsToChars(uBcpKey, tmpBcpKeyBuf, tmpBcpKeyLen);
    [all...]
  /external/icu4c/common/
uloc_tag.c 565 const UChar *uBcpKey;
594 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
596 u_UCharsToChars(uBcpKey, bcpKeyBuf, bcpKeyLen);
656 const UChar *uBcpKey;
660 uBcpKey = ures_getString(mapData, &tmpBcpKeyLen, status);
664 u_UCharsToChars(uBcpKey, tmpBcpKeyBuf, tmpBcpKeyLen);
    [all...]

Completed in 54 milliseconds