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

  /external/chromium_org/third_party/icu/source/common/
ucase.c 527 #define is_t(c) ((c)=='t' || (c)=='T') macro
560 if(is_t(c)) {
590 if(is_t(c)) {
    [all...]
  /external/icu4c/common/
ucase.cpp 554 #define is_t(c) ((c)=='t' || (c)=='T') macro
587 if(is_t(c)) {
617 if(is_t(c)) {
    [all...]

Completed in 7696 milliseconds