Searched refs:UCHAR_INT_START (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.h45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; }
49 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
H A Dppucd.cpp330 } else if (prop < UCHAR_INT_START) {
351 props.intProps[prop-UCHAR_INT_START]=value;
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; }
49 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
H A Dppucd.cpp330 } else if (prop < UCHAR_INT_START) {
351 props.intProps[prop-UCHAR_INT_START]=value;
/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp422 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];
H A Duniset_props.cpp1002 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) ||
/external/icu/icu4c/source/common/
H A Duprops.cpp422 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];
H A Duniset_props.cpp1002 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) ||
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h407 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator in enum:UProperty
1976 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT
2004 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT.
2033 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT.
2894 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT
2947 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT
/external/icu/icu4c/source/common/unicode/
H A Duchar.h407 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator in enum:UProperty
1976 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT
2004 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT.
2033 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT.
2894 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT
2947 * or UCHAR_INT_START<=which<UCHAR_INT_LIMIT
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c2767 if(which<UCHAR_INT_START) {
2980 p = UCHAR_INT_START - 1;
2996 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) {
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2766 if(which<UCHAR_INT_START) {
2979 p = UCHAR_INT_START - 1;
2995 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) {

Completed in 179 milliseconds