HomeSort by relevance Sort by last modified time
    Searched refs:uprv_compareInvCharsAsAscii (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
uinvchar.h 74 * \def uprv_compareInvCharsAsAscii
79 # define uprv_compareInvCharsAsAscii(s1, s2) uprv_strcmp(s1, s2)
81 # define uprv_compareInvCharsAsAscii(s1, s2) uprv_compareInvEbcdicAsAscii(s1, s2)
uloc_tag.c 486 cmp = uprv_compareInvCharsAsAscii(var->variant, cur->variant);
520 cmp = uprv_compareInvCharsAsAscii(attr->attribute, cur->attribute);
586 cmp = uprv_compareInvCharsAsAscii(ext->key, cur->key);
589 cmp = uprv_compareInvCharsAsAscii(ext->key, cur->key);
755 if (uprv_compareInvCharsAsAscii(bcpKeyBuf, tmpBcpKeyBuf) == 0) {
813 if (uprv_compareInvCharsAsAscii(keyBuf, "timezone") == 0) {
978 if (uprv_compareInvCharsAsAscii(bcpTypeBuf, tmpBcpTypeBuf) == 0) {
1005 if (uprv_compareInvCharsAsAscii(keyBuf, "timezone") == 0) {
1056 if (uprv_compareInvCharsAsAscii(buf, DEPRECATEDLANGS[i]) == 0) {
    [all...]
uresdata.c 83 result = uprv_compareInvCharsAsAscii(key, tableKey);
114 result = uprv_compareInvCharsAsAscii(key, tableKey);
    [all...]
  /external/icu4c/tools/genrb/
reslist.c     [all...]

Completed in 214 milliseconds