OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temporder
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp
90
int tempstype[XSLT_MAX_SORT],
temporder
[XSLT_MAX_SORT];
local
127
temporder
[j] = 0;
133
temporder
[j] = 1;
307
if (
temporder
[j] == 1) {
/external/icu4c/test/cintltst/
citertst.c
794
uint32_t
temporder
= 0;
local
846
temporder
= ucol_previous(iter, &status);
848
if (U_FAILURE(status) || ucol_getMaxExpansion(iter,
temporder
) != 3) {
855
temporder
= ucol_previous(iter, &status);
857
if (U_FAILURE(status) || ucol_getMaxExpansion(iter,
temporder
) != 1) {
875
temporder
= ucol_previous(iter, &status);
876
if (U_FAILURE(status) || ucol_getMaxExpansion(iter,
temporder
) > 3) {
900
temporder
= ucol_previous(iter, &status);
901
if (U_FAILURE(status) || ucol_getMaxExpansion(iter,
temporder
) != 6) {
[
all
...]
/external/icu4c/test/intltest/
apicoll.cpp
1261
uint32_t
temporder
= 0;
local
[
all
...]
/external/libxslt/libxslt/
xsltutils.c
1099
int tempstype[XSLT_MAX_SORT],
temporder
[XSLT_MAX_SORT];
local
1136
temporder
[j] = 0;
1142
temporder
[j] = 1;
[
all
...]
Completed in 290 milliseconds