/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 102 fStackPtr = 0; in RBBIRuleScanner() 1101 fStackPtr++; in parse() 1102 if (fStackPtr >= kStackSize) { in parse() 1105 fStackPtr--; in parse() 1107 fStack[fStackPtr] = tableEl->fPushState; in parse() 1119 state = fStack[fStackPtr]; in parse() 1120 fStackPtr--; in parse() 1121 if (fStackPtr < 0) { in parse() 1124 fStackPtr++; in parse()
|
D | rbbiscan.h | 120 int32_t fStackPtr; // and pops as specified in the state variable
|
/external/cronet/stable/third_party/icu/source/common/ |
D | rbbiscan.cpp | 102 fStackPtr = 0; in RBBIRuleScanner() 1085 fStackPtr++; in parse() 1086 if (fStackPtr >= kStackSize) { in parse() 1089 fStackPtr--; in parse() 1091 fStack[fStackPtr] = tableEl->fPushState; in parse() 1103 state = fStack[fStackPtr]; in parse() 1104 fStackPtr--; in parse() 1105 if (fStackPtr < 0) { in parse() 1108 fStackPtr++; in parse()
|
D | rbbiscan.h | 120 int32_t fStackPtr; // and pops as specified in the state variable
|
/external/cronet/tot/third_party/icu/source/common/ |
D | rbbiscan.cpp | 102 fStackPtr = 0; in RBBIRuleScanner() 1085 fStackPtr++; in parse() 1086 if (fStackPtr >= kStackSize) { in parse() 1089 fStackPtr--; in parse() 1091 fStack[fStackPtr] = tableEl->fPushState; in parse() 1103 state = fStack[fStackPtr]; in parse() 1104 fStackPtr--; in parse() 1105 if (fStackPtr < 0) { in parse() 1108 fStackPtr++; in parse()
|
D | rbbiscan.h | 120 int32_t fStackPtr; // and pops as specified in the state variable
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 56 int fStackPtr; // and pops as specified in the state field in RBBIRuleScanner 948 fStackPtr++; in parse() 949 if (fStackPtr >= kStackSize) { in parse() 953 fStack[fStackPtr] = tableEl.fPushState; in parse() 965 state = fStack[fStackPtr]; in parse() 966 fStackPtr--; in parse() 967 if (fStackPtr < 0) { in parse()
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 55 int fStackPtr; // and pops as specified in the state field in RBBIRuleScanner 947 fStackPtr++; in parse() 948 if (fStackPtr >= kStackSize) { in parse() 952 fStack[fStackPtr] = tableEl.fPushState; in parse() 964 state = fStack[fStackPtr]; in parse() 965 fStackPtr--; in parse() 966 if (fStackPtr < 0) { in parse()
|
/external/icu/libicu/cts_headers/ |
D | rbbiscan.h | 120 int32_t fStackPtr; // and pops as specified in the state variable
|
D | regexcmp.h | 154 int32_t fStackPtr; // and pops as specified in the state variable
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.h | 154 int32_t fStackPtr; // and pops as specified in the state variable
|
D | regexcmp.cpp | 136 fStackPtr = 0; in compile() 137 fStack[fStackPtr] = 0; in compile() 243 fStackPtr++; in compile() 244 if (fStackPtr >= kStackSize) { in compile() 247 fStackPtr--; in compile() 249 fStack[fStackPtr] = tableEl->fPushState; in compile() 265 state = fStack[fStackPtr]; in compile() 266 fStackPtr--; in compile() 267 if (fStackPtr < 0) { in compile() 272 fStackPtr++; in compile()
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | regexcmp.h | 154 int32_t fStackPtr; // and pops as specified in the state variable
|
D | regexcmp.cpp | 136 fStackPtr = 0; in compile() 137 fStack[fStackPtr] = 0; in compile() 243 fStackPtr++; in compile() 244 if (fStackPtr >= kStackSize) { in compile() 247 fStackPtr--; in compile() 249 fStack[fStackPtr] = tableEl->fPushState; in compile() 265 state = fStack[fStackPtr]; in compile() 266 fStackPtr--; in compile() 267 if (fStackPtr < 0) { in compile() 272 fStackPtr++; in compile()
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | regexcmp.h | 154 int32_t fStackPtr; // and pops as specified in the state variable
|
D | regexcmp.cpp | 136 fStackPtr = 0; in compile() 137 fStack[fStackPtr] = 0; in compile() 243 fStackPtr++; in compile() 244 if (fStackPtr >= kStackSize) { in compile() 247 fStackPtr--; in compile() 249 fStack[fStackPtr] = tableEl->fPushState; in compile() 265 state = fStack[fStackPtr]; in compile() 266 fStackPtr--; in compile() 267 if (fStackPtr < 0) { in compile() 272 fStackPtr++; in compile()
|