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

  /external/chromium_org/third_party/icu/source/common/
uloc.c 532 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(localeID) == 1)
    [all...]
  /external/icu4c/common/
uloc.cpp 517 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(localeID) == 1)
    [all...]

Completed in 33 milliseconds