OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oeStr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c
660
static const UChar
oeStr
[] = {0x0055, 0x0045, 0};
763
doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr),
oeStr
, u_strlen(
oeStr
))), "Original German phonebook collation sorts differently than expected");
764
doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr),
oeStr
, u_strlen(
oeStr
))), "Cloned German phonebook collation sorts differently than expected");
[
all
...]
/external/icu4c/test/cintltst/
capitst.c
657
static const UChar
oeStr
[] = {0x0055, 0x0045, 0};
760
doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr),
oeStr
, u_strlen(
oeStr
))), "Original German phonebook collation sorts differently than expected");
761
doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr),
oeStr
, u_strlen(
oeStr
))), "Cloned German phonebook collation sorts differently than expected");
[
all
...]
Completed in 4479 milliseconds