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

  /external/chromium_org/third_party/icu/source/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 436 cmp = uprv_compareInvCharsAsAscii(var->variant, cur->variant);
502 cmp = uprv_compareInvCharsAsAscii(ext->key, cur->key);
505 cmp = uprv_compareInvCharsAsAscii(ext->key, cur->key);
669 if (uprv_compareInvCharsAsAscii(bcpKeyBuf, tmpBcpKeyBuf) == 0) {
727 if (uprv_compareInvCharsAsAscii(keyBuf, "timezone") == 0) {
884 if (uprv_compareInvCharsAsAscii(bcpTypeBuf, tmpBcpTypeBuf) == 0) {
911 if (uprv_compareInvCharsAsAscii(keyBuf, "timezone") == 0) {
962 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/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 465 cmp = uprv_compareInvCharsAsAscii(var->variant, cur->variant);
499 cmp = uprv_compareInvCharsAsAscii(attr->attribute, cur->attribute);
565 cmp = uprv_compareInvCharsAsAscii(ext->key, cur->key);
568 cmp = uprv_compareInvCharsAsAscii(ext->key, cur->key);
732 if (uprv_compareInvCharsAsAscii(bcpKeyBuf, tmpBcpKeyBuf) == 0) {
790 if (uprv_compareInvCharsAsAscii(keyBuf, "timezone") == 0) {
955 if (uprv_compareInvCharsAsAscii(bcpTypeBuf, tmpBcpTypeBuf) == 0) {
982 if (uprv_compareInvCharsAsAscii(keyBuf, "timezone") == 0) {
1033 if (uprv_compareInvCharsAsAscii(buf, DEPRECATEDLANGS[i]) == 0) {
    [all...]
uresdata.c 90 result = uprv_compareInvCharsAsAscii(key, tableKey);
121 result = uprv_compareInvCharsAsAscii(key, tableKey);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c     [all...]
  /external/icu4c/tools/genrb/
reslist.c     [all...]

Completed in 1372 milliseconds