Searched refs:kenum (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 589 UEnumeration* kenum = NULL; /* keyword enumeration */ in uloc_getDisplayName() local 642 kenum = uloc_openKeywords(locale, pErrorCode); in uloc_getDisplayName() 645 const char* kw=uenum_next(kenum, &len, pErrorCode); in uloc_getDisplayName() 647 uenum_close(kenum); in uloc_getDisplayName()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 599 icu::LocalUEnumerationPointer kenum; /* keyword enumeration */ in uloc_getDisplayName() local 652 kenum.adoptInstead(uloc_openKeywords(locale, pErrorCode)); in uloc_getDisplayName() 655 const char* kw=uenum_next(kenum.getAlias(), &len, pErrorCode); in uloc_getDisplayName()
|
/third_party/icu/icu4c/source/common/ |
D | locdispnames.cpp | 599 icu::LocalUEnumerationPointer kenum; /* keyword enumeration */ in uloc_getDisplayName() local 652 kenum.adoptInstead(uloc_openKeywords(locale, pErrorCode)); in uloc_getDisplayName() 655 const char* kw=uenum_next(kenum.getAlias(), &len, pErrorCode); in uloc_getDisplayName()
|
/third_party/node/deps/icu-small/source/common/ |
D | locdispnames.cpp | 611 icu::LocalUEnumerationPointer kenum; /* keyword enumeration */ in uloc_getDisplayName() local 664 kenum.adoptInstead(uloc_openKeywords(locale, pErrorCode)); in uloc_getDisplayName() 667 const char* kw=uenum_next(kenum.getAlias(), &len, pErrorCode); in uloc_getDisplayName()
|