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

  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; }
49 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
ppucd.cpp 328 } else if (prop < UCHAR_INT_START) {
349 props.intProps[prop-UCHAR_INT_START]=value;
  /external/icu/icu4c/source/common/
uprops.cpp 419 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
458 if(which<UCHAR_INT_START) {
464 const IntProperty &prop=intProps[which-UCHAR_INT_START];
479 if(which<UCHAR_INT_START) {
484 const IntProperty &prop=intProps[which-UCHAR_INT_START];
501 } else if(which<UCHAR_INT_START) {
504 const IntProperty &prop=intProps[which-UCHAR_INT_START];
uniset_props.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 407 UCHAR_INT_START=UCHAR_BIDI_CLASS,
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc     [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]

Completed in 230 milliseconds