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

  /external/chromium/third_party/icu/source/common/
uloc_tag.c 563 int32_t bcpKeyLen;
592 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
594 u_UCharsToChars(uBcpKey, bcpKeyBuf, bcpKeyLen);
595 bcpKeyBuf[bcpKeyLen] = 0;
596 resultLen = bcpKeyLen;
618 _bcp47ToLDMLKey(const char* bcpKey, int32_t bcpKeyLen,
628 if (bcpKeyLen < 0) {
629 bcpKeyLen = uprv_strlen(bcpKey);
632 if (bcpKeyLen >= sizeof(bcpKeyBuf)) {
637 uprv_memcpy(bcpKeyBuf, bcpKey, bcpKeyLen);
    [all...]
  /external/icu4c/common/
uloc_tag.c 566 int32_t bcpKeyLen;
594 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
596 u_UCharsToChars(uBcpKey, bcpKeyBuf, bcpKeyLen);
597 bcpKeyBuf[bcpKeyLen] = 0;
598 resultLen = bcpKeyLen;
620 _bcp47ToLDMLKey(const char* bcpKey, int32_t bcpKeyLen,
630 if (bcpKeyLen < 0) {
631 bcpKeyLen = (int32_t)uprv_strlen(bcpKey);
634 if (bcpKeyLen >= sizeof(bcpKeyBuf)) {
639 uprv_memcpy(bcpKeyBuf, bcpKey, bcpKeyLen);
    [all...]

Completed in 24 milliseconds