HomeSort by relevance Sort by last modified time
    Searched defs:compResult (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
locdspnm.cpp 427 int32_t compResult = 0;
429 while ( typeMapPtr->usageName != NULL && (compResult = uprv_strcmp(usageKey, typeMapPtr->usageName)) > 0 ) {
432 if (typeMapPtr->usageName != NULL && compResult == 0) {
    [all...]
dtfmtsym.cpp     [all...]

Completed in 89 milliseconds