OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localeAndIndexCharactersLists
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
alphaindextst.cpp
484
static const char *
localeAndIndexCharactersLists
[][2] = {
533
for (int32_t i = 0; i < LENGTHOF(
localeAndIndexCharactersLists
); ++i) {
534
const char *(&localeAndIndexCharacters)[2] =
localeAndIndexCharactersLists
[i];
/external/icu/icu4c/source/test/intltest/
alphaindextst.cpp
486
static const char *
localeAndIndexCharactersLists
[][2] = {
535
for (int32_t i = 0; i < LENGTHOF(
localeAndIndexCharactersLists
); ++i) {
536
const char *(&localeAndIndexCharacters)[2] =
localeAndIndexCharactersLists
[i];
Completed in 51 milliseconds