OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alternatetags
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/common/
loclikely.cpp
121
* If any of the language, script or region parameters are empty, and the
alternateTags
123
* to be used when constructing the new tag. If the
alternateTags
parameter is NULL, or
144
* @param
alternateTags
A string containing any alternate tags.
160
const char*
alternateTags
,
194
else if (
alternateTags
== NULL) {
207
* Parse the
alternateTags
string for the language.
214
alternateTags
,
249
else if (
alternateTags
!= NULL) {
251
* Parse the
alternateTags
string for the script.
257
alternateTags
,
[
all
...]
Completed in 58 milliseconds