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

  /external/chromium_org/third_party/icu/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 330 } else if (prop < UCHAR_INT_START) {
351 props.intProps[prop-UCHAR_INT_START]=value;
  /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 330 } else if (prop < UCHAR_INT_START) {
351 props.intProps[prop-UCHAR_INT_START]=value;
  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 422 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
461 if(which<UCHAR_INT_START) {
467 const IntProperty &prop=intProps[which-UCHAR_INT_START];
482 if(which<UCHAR_INT_START) {
487 const IntProperty &prop=intProps[which-UCHAR_INT_START];
504 } else if(which<UCHAR_INT_START) {
507 const IntProperty &prop=intProps[which-UCHAR_INT_START];
uniset_props.cpp     [all...]
  /external/icu/icu4c/source/common/
uprops.cpp 422 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
461 if(which<UCHAR_INT_START) {
467 const IntProperty &prop=intProps[which-UCHAR_INT_START];
482 if(which<UCHAR_INT_START) {
487 const IntProperty &prop=intProps[which-UCHAR_INT_START];
504 } else if(which<UCHAR_INT_START) {
507 const IntProperty &prop=intProps[which-UCHAR_INT_START];
uniset_props.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 407 UCHAR_INT_START=UCHAR_BIDI_CLASS,
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 407 UCHAR_INT_START=UCHAR_BIDI_CLASS,
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]

Completed in 299 milliseconds