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

  /external/chromium_org/third_party/icu/source/common/
uchar.c 64 UCharEnumTypeRange *enumRange;
77 enumRange(((struct _EnumTypeCallback *)context)->context,
82 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context) {
85 if(enumRange==NULL) {
89 callback.enumRange=enumRange;
  /external/icu/icu4c/source/common/
uchar.c 65 UCharEnumTypeRange *enumRange;
78 enumRange(((struct _EnumTypeCallback *)context)->context,
83 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context) {
86 if(enumRange==NULL) {
90 callback.enumRange=enumRange;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]

Completed in 117 milliseconds