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

  /external/icu4c/common/
uloc_tag.c 700 char typeBuf[MAX_LDML_TYPE_LEN];
731 if (typeLen >= sizeof(typeBuf)) {
740 typeBuf[i] = ':';
742 typeBuf[i] = *(type + i);
745 typeBuf[typeLen] = 0;
746 type = &typeBuf[0];
769 u_UCharsToChars(uCanonicalType, typeBuf, canonicalTypeLen);
773 if (typeBuf[i] == '/') {
774 typeBuf[i] = ':';
778 typeBuf[canonicalTypeLen] = 0
    [all...]
  /external/chromium/third_party/icu/source/common/
uloc_tag.c 700 char typeBuf[MAX_LDML_TYPE_LEN];
731 if (typeLen >= sizeof(typeBuf)) {
735 uprv_memcpy(typeBuf, type, typeLen);
736 typeBuf[typeLen] = 0;
739 if (isTimezone && typeBuf[i] == '/') {
740 typeBuf[i] = ':';
742 typeBuf[i] = uprv_tolower(typeBuf[i]);
754 uBcpType = ures_getStringByKey(rb, typeBuf, &bcpTypeLen, &tmpStatus);
    [all...]

Completed in 732 milliseconds