OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEPRECATEDLANGS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uloc_tag.c
97
static const char*
DEPRECATEDLANGS
[] = {
961
for (i = 0;
DEPRECATEDLANGS
[i] != NULL; i += 2) {
962
if (uprv_compareInvCharsAsAscii(buf,
DEPRECATEDLANGS
[i]) == 0) {
963
uprv_strcpy(buf,
DEPRECATEDLANGS
[i + 1]);
[
all
...]
/external/icu4c/common/
uloc_tag.c
110
static const char
DEPRECATEDLANGS
[][4] = {
1032
for (i = 0; i < LENGTHOF(
DEPRECATEDLANGS
); i += 2) {
1033
if (uprv_compareInvCharsAsAscii(buf,
DEPRECATEDLANGS
[i]) == 0) {
1034
uprv_strcpy(buf,
DEPRECATEDLANGS
[i + 1]);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 89 milliseconds