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

  /external/icu4c/common/
locid.cpp 287 if (baseName && baseName != baseNameBuffer) {
495 baseName and it fits in baseNameBuffer, then copy it. otherwise set
498 if(baseName && baseName != baseNameBuffer) {
503 if(other.baseName == other.baseNameBuffer) {
504 uprv_strcpy(baseNameBuffer, other.baseNameBuffer);
505 baseName = baseNameBuffer;
540 if(baseName && baseName != baseNameBuffer) {
    [all...]
  /external/icu4c/common/unicode/
locid.h 708 char baseNameBuffer[ULOC_FULLNAME_CAPACITY];

Completed in 61 milliseconds