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

  /external/chromium/third_party/icu/source/common/
uloc_tag.c 554 char* bcpKey, int32_t bcpKeyCapacity,
613 uprv_memcpy(bcpKey, bcpKeyBuf, uprv_min(resultLen, bcpKeyCapacity));
614 return u_terminateChars(bcpKey, bcpKeyCapacity, resultLen, status);
618 _bcp47ToLDMLKey(const char* bcpKey, int32_t bcpKeyLen,
629 bcpKeyLen = uprv_strlen(bcpKey);
637 uprv_memcpy(bcpKeyBuf, bcpKey, bcpKeyLen);
1168 const char *bcpKey, *bcpValue;
1206 bcpKey = pExtBuf;
    [all...]
  /external/icu4c/common/
uloc_tag.c 557 char* bcpKey, int32_t bcpKeyCapacity,
615 uprv_memcpy(bcpKey, bcpKeyBuf, uprv_min(resultLen, bcpKeyCapacity));
616 return u_terminateChars(bcpKey, bcpKeyCapacity, resultLen, status);
620 _bcp47ToLDMLKey(const char* bcpKey, int32_t bcpKeyLen,
631 bcpKeyLen = (int32_t)uprv_strlen(bcpKey);
639 uprv_memcpy(bcpKeyBuf, bcpKey, bcpKeyLen);
    [all...]

Completed in 77 milliseconds