Home
last modified time | relevance | path

Searched refs:levelIndex (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestStreaming.java80 int i, j, levelIndex; in testStreaming() local
92 for (levelIndex = 0; levelIndex < nLevels; levelIndex++) { in testStreaming()
97 nPortions = testCases[i].nPortions[levelIndex]; in testStreaming()
98 level = paraLevels[levelIndex]; in testStreaming()
120 processedLen != testCases[i].portionLens[levelIndex][j]; in testStreaming()
135 testCases[i].message[levelIndex] + " }\n"); in testStreaming()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestStreaming.java79 int i, j, levelIndex; in testStreaming() local
91 for (levelIndex = 0; levelIndex < nLevels; levelIndex++) { in testStreaming()
96 nPortions = testCases[i].nPortions[levelIndex]; in testStreaming()
97 level = paraLevels[levelIndex]; in testStreaming()
119 processedLen != testCases[i].portionLens[levelIndex][j]; in testStreaming()
134 testCases[i].message[levelIndex] + " }\n"); in testStreaming()
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java63 final int levelIndex = callingIntent.getIntExtra("levelIndex", -1); in onCreate() local
70 if (levelRow != -1 && levelIndex != -1 && index != -1) { in onCreate()
72 …mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character1Conversations.get(in… in onCreate()
74 …mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character2Conversations.get(in… in onCreate()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp566 for (int levelIndex=0; levelIndex<UPRV_LENGTHOF(restrictionLevels); levelIndex++) { in testRestrictionLevel() local
568 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex]; in testRestrictionLevel()
581 testNum, levelIndex, expectedValue, actualValue); in testRestrictionLevel()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4440 int i, j, levelIndex; in testStreaming() local
4452 for (levelIndex = 0; levelIndex < nLevels; levelIndex++) { in testStreaming()
4456 nPortions = testData[i].nPortions[levelIndex]; in testStreaming()
4457 level = paraLevels[levelIndex]; in testStreaming()
4481 processedLen != testData[i].portionLens[levelIndex][j]); in testStreaming()
4494 paraLevels[levelIndex], testData[i].textIn, in testStreaming()
4495 processedLenStr, testData[i].message[levelIndex]); in testStreaming()