OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispVar
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/common/unicode/
locid.h
595
* Fills in "
dispVar
" with the name of this locale's variant code in a format suitable
597
* @param
dispVar
Receives the variant's name.
598
* @return A reference to "
dispVar
".
601
UnicodeString& getDisplayVariant( UnicodeString&
dispVar
) const;
604
* Fills in "
dispVar
" with the name of this locale's variant code in a format
607
* @param
dispVar
Receives the variant's display name.
608
* @return A reference to "
dispVar
".
612
UnicodeString&
dispVar
) const;
/external/icu/icu4c/source/common/
locdispnames.cpp
165
Locale::getDisplayVariant(UnicodeString&
dispVar
) const
167
return this->getDisplayVariant(getDefault(),
dispVar
);
[
all
...]
/external/icu/icu4c/source/test/intltest/
loctest.cpp
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cloctst.c
[
all
...]
Completed in 111 milliseconds