Home | History | Annotate | Download | only in intltest

Lines Matching refs:cAt

2191     UChar32           cAt(int pos);
2312 c = cAt(j);
2318 UChar32 RBBISentMonkey::cAt(int pos) {
2358 c3 = cAt(p3);
2396 while (fSpSet->contains(cAt(p8))) {
2399 while (fCloseSet->contains(cAt(p8))) {
2402 if (fATermSet->contains(cAt(p8))) {
2405 c = cAt(p8);
2413 if (fLowerSet->contains(cAt(p8))) {
2421 while (fSpSet->contains(cAt(p8))) {
2424 while (fCloseSet->contains(cAt(p8))) {
2427 c = cAt(p8);
2435 while (fCloseSet->contains(cAt(p9))) {
2438 c = cAt(p9);
2447 while (fSpSet->contains(cAt(p10))) {
2450 while (fCloseSet->contains(cAt(p10))) {
2453 if (fSTermSet->contains(cAt(p10)) || fATermSet->contains(cAt(p10))) {
2461 if (fSepSet->contains(cAt(p11))) {
2464 while (fSpSet->contains(cAt(p11))) {
2467 while (fCloseSet->contains(cAt(p11))) {
2470 if (fSTermSet->contains(cAt(p11)) || fATermSet->contains(cAt(p11))) {
4535 int cat = utrie2_get32(trie, cp);
4536 cat &= ~0x4000; // And off the dictionary bit from the category.
4537 assertTrue(WHERE, cat < categoryCount && cat >= 0);
4538 if (cat < 0 || cat >= categoryCount) return;
4539 strings[cat].append(cp);