OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regionMaps
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
locmap.c
70
const struct ILcidPosixElement* const
regionMaps
;
810
int32_t sameChars = idCmp(posixID, this_0->
regionMaps
[idx].posixID);
811
if (sameChars > bestIdxDiff && this_0->
regionMaps
[idx].posixID[sameChars] == 0) {
814
return this_0->
regionMaps
[idx].hostID;
823
&& this_0->
regionMaps
[bestIdx].posixID[bestIdxDiff] == 0)
826
return this_0->
regionMaps
[bestIdx].hostID;
831
return this_0->
regionMaps
->hostID;
840
if (this_0->
regionMaps
[i].hostID == hostID)
842
return this_0->
regionMaps
[i].posixID;
848
return this_0->
regionMaps
[0].posixID
[
all
...]
/external/icu4c/common/
locmap.c
76
const struct ILcidPosixElement* const
regionMaps
;
911
int32_t sameChars = idCmp(posixID, this_0->
regionMaps
[idx].posixID);
912
if (sameChars > bestIdxDiff && this_0->
regionMaps
[idx].posixID[sameChars] == 0) {
915
return this_0->
regionMaps
[idx].hostID;
924
&& this_0->
regionMaps
[bestIdx].posixID[bestIdxDiff] == 0)
927
return this_0->
regionMaps
[bestIdx].hostID;
932
return this_0->
regionMaps
->hostID;
941
if (this_0->
regionMaps
[i].hostID == hostID)
943
return this_0->
regionMaps
[i].posixID;
949
return this_0->
regionMaps
[0].posixID
[
all
...]
Completed in 885 milliseconds