OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getShortestSubtagLength
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
uloc.cpp
517
#define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL &&
getShortestSubtagLength
(localeID) == 1)
526
static int32_t
getShortestSubtagLength
(const char *localeID) {
[
all
...]
/external/chromium_org/third_party/icu/source/common/
uloc.c
532
#define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL &&
getShortestSubtagLength
(localeID) == 1)
541
static int32_t
getShortestSubtagLength
(const char *localeID) {
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 56 milliseconds