OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseMap
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c
416
int32_t *
baseMap
, *extMap;
421
baseMap
=base->reverseMap;
438
mb=base->mappings+
baseMap
[b];
[
all
...]
/external/icu/icu4c/source/tools/toolutil/
ucm.c
416
int32_t *
baseMap
, *extMap;
421
baseMap
=base->reverseMap;
438
mb=base->mappings+
baseMap
[b];
[
all
...]
/external/icu/icu4c/source/i18n/
timezone.cpp
775
int32_t *
baseMap
= getMap(type, baseLen, ec);
799
int32_t zidx =
baseMap
[i];
857
result = new TZEnumeration(
baseMap
, baseLen, FALSE);
[
all
...]
Completed in 100 milliseconds