Searched refs:intRef (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 388 int[] intRef = new int[1]; in matchAndReplace() local 408 intRef[0] = posBefore(text, pos.start); in matchAndReplace() 411 match = anteContext.matches(text, intRef, anteLimit, false); in matchAndReplace() 417 oText = intRef[0]; in matchAndReplace() 429 intRef[0] = pos.start; in matchAndReplace() 432 match = key.matches(text, intRef, pos.limit, incremental); in matchAndReplace() 438 keyLimit = intRef[0]; in matchAndReplace() 449 match = postContext.matches(text, intRef, pos.contextLimit, incremental); in matchAndReplace() 455 oText = intRef[0]; in matchAndReplace() 473 int newLength = output.replace(text, pos.start, keyLimit, intRef); in matchAndReplace() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliterationRule.java | 389 int[] intRef = new int[1]; in matchAndReplace() local 409 intRef[0] = posBefore(text, pos.start); in matchAndReplace() 412 match = anteContext.matches(text, intRef, anteLimit, false); in matchAndReplace() 418 oText = intRef[0]; in matchAndReplace() 430 intRef[0] = pos.start; in matchAndReplace() 433 match = key.matches(text, intRef, pos.limit, incremental); in matchAndReplace() 439 keyLimit = intRef[0]; in matchAndReplace() 450 match = postContext.matches(text, intRef, pos.contextLimit, incremental); in matchAndReplace() 456 oText = intRef[0]; in matchAndReplace() 474 int newLength = output.replace(text, pos.start, keyLimit, intRef); in matchAndReplace() [all …]
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1121 const deUint32* intRef; member 1214 return s_formatData[format.type].intRef; in getRawReference()
|