Searched defs:uniqueValue (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducharstrie.cpp286 UBool haveUniqueValue, int32_t &uniqueValue) {
289 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
305 if(value!=uniqueValue) {
309 uniqueValue=value;
313 if(!findUniqueValue(pos+value, haveUniqueValue, uniqueValue)) {
323 UCharsTrie::findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) { argument
330 pos=findUniqueValueFromBranch(pos, node+1, haveUniqueValue, uniqueValue);
349 if(value!=uniqueValue) {
353 uniqueValue=value;
285 findUniqueValueFromBranch(const UChar *pos, int32_t length, UBool haveUniqueValue, int32_t &uniqueValue) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralSamples.java247 public KeywordStatus getStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue) { argument
248 if (uniqueValue != null) {
249 uniqueValue.value = null;
269 if (uniqueValue != null) {
270 uniqueValue.value = values.iterator().next();
287 if (uniqueValue != null && subtractedSet.size() == 1) {
288 uniqueValue.value = subtractedSet.iterator().next();
H A DPluralRules.java2297 * @param uniqueValue
2303 Output<Double> uniqueValue) {
2304 return getKeywordStatus(keyword, offset, explicits, uniqueValue, SampleType.INTEGER);
2318 * @param uniqueValue
2327 Output<Double> uniqueValue, SampleType sampleType) {
2328 if (uniqueValue != null) {
2329 uniqueValue.value = null;
2352 if (uniqueValue != null) {
2353 uniqueValue.value = values.iterator().next();
2370 if (uniqueValue !
2302 getKeywordStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue) argument
2326 getKeywordStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue, SampleType sampleType) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralSamples.java245 public KeywordStatus getStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue) { argument
246 if (uniqueValue != null) {
247 uniqueValue.value = null;
267 if (uniqueValue != null) {
268 uniqueValue.value = values.iterator().next();
285 if (uniqueValue != null && subtractedSet.size() == 1) {
286 uniqueValue.value = subtractedSet.iterator().next();
H A DPluralRules.java2263 * @param uniqueValue
2270 Output<Double> uniqueValue) {
2271 return getKeywordStatus(keyword, offset, explicits, uniqueValue, SampleType.INTEGER);
2285 * @param uniqueValue
2293 Output<Double> uniqueValue, SampleType sampleType) {
2294 if (uniqueValue != null) {
2295 uniqueValue.value = null;
2318 if (uniqueValue != null) {
2319 uniqueValue.value = values.iterator().next();
2336 if (uniqueValue !
2269 getKeywordStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue) argument
2292 getKeywordStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue, SampleType sampleType) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp314 int32_t uniqueValue; local
315 if(trie->hasUniqueValue(uniqueValue)) {
322 if(!trie->hasUniqueValue(uniqueValue) || uniqueValue!=1) {
327 if(trie->hasUniqueValue(uniqueValue)) {
334 if(!trie->hasUniqueValue(uniqueValue) || uniqueValue!=6) {
340 if(!trie->hasUniqueValue(uniqueValue) || uniqueValue!=8) {
H A Ducharstrietest.cpp469 int32_t uniqueValue; local
470 if(trie->hasUniqueValue(uniqueValue)) {
477 if(!trie->hasUniqueValue(uniqueValue) || uniqueValue!=1) {
482 if(trie->hasUniqueValue(uniqueValue)) {
489 if(!trie->hasUniqueValue(uniqueValue) || uniqueValue!=6) {
495 if(!trie->hasUniqueValue(uniqueValue) || uniqueValue!=8) {
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java356 long uniqueValue=findUniqueValue(bytes_, pos+remainingMatchLength_+1, 0);
358 return (uniqueValue<<31)>>31;
854 // uniqueValue: On input, same as for getUniqueValue()/findUniqueValue().
857 long uniqueValue) {
860 uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue);
861 if(uniqueValue==0) {
875 if(uniqueValue!=0) {
876 if(value!=(int)(uniqueValue>>1)) {
880 uniqueValue
856 findUniqueValueFromBranch(byte[] bytes, int pos, int length, long uniqueValue) argument
896 findUniqueValue(byte[] bytes, int pos, long uniqueValue) argument
[all...]
H A DCharsTrie.java325 long uniqueValue=findUniqueValue(chars_, pos+remainingMatchLength_+1, 0);
327 return (uniqueValue<<31)>>31;
800 // uniqueValue: On input, same as for getUniqueValue()/findUniqueValue().
803 long uniqueValue) {
806 uniqueValue=findUniqueValueFromBranch(chars, jumpByDelta(chars, pos), length>>1, uniqueValue);
807 if(uniqueValue==0) {
822 if(uniqueValue!=0) {
823 if(value!=(int)(uniqueValue>>1)) {
827 uniqueValue
802 findUniqueValueFromBranch(CharSequence chars, int pos, int length, long uniqueValue) argument
843 findUniqueValue(CharSequence chars, int pos, long uniqueValue) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java376 long uniqueValue=findUniqueValue(bytes_, pos+remainingMatchLength_+1, 0);
378 return (uniqueValue<<31)>>31;
889 // uniqueValue: On input, same as for getUniqueValue()/findUniqueValue().
892 long uniqueValue) {
895 uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue);
896 if(uniqueValue==0) {
910 if(uniqueValue!=0) {
911 if(value!=(int)(uniqueValue>>1)) {
915 uniqueValue
891 findUniqueValueFromBranch(byte[] bytes, int pos, int length, long uniqueValue) argument
931 findUniqueValue(byte[] bytes, int pos, long uniqueValue) argument
[all...]
H A DCharsTrie.java339 long uniqueValue=findUniqueValue(chars_, pos+remainingMatchLength_+1, 0);
341 return (uniqueValue<<31)>>31;
826 // uniqueValue: On input, same as for getUniqueValue()/findUniqueValue().
829 long uniqueValue) {
832 uniqueValue=findUniqueValueFromBranch(chars, jumpByDelta(chars, pos), length>>1, uniqueValue);
833 if(uniqueValue==0) {
848 if(uniqueValue!=0) {
849 if(value!=(int)(uniqueValue>>1)) {
853 uniqueValue
828 findUniqueValueFromBranch(CharSequence chars, int pos, int length, long uniqueValue) argument
869 findUniqueValue(CharSequence chars, int pos, long uniqueValue) argument
[all...]
/external/messageformat/java/com/ibm/icu/simple/
H A DPluralRules.java2250 * @param uniqueValue
2257 Output<Double> uniqueValue) {
2258 return getKeywordStatus(keyword, offset, explicits, uniqueValue, SampleType.INTEGER);
2272 * @param uniqueValue
2279 Output<Double> uniqueValue, SampleType sampleType) {
2280 if (uniqueValue != null) {
2281 uniqueValue.value = null;
2304 if (uniqueValue != null) {
2305 uniqueValue.value = values.iterator().next();
2322 if (uniqueValue !
2256 getKeywordStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue) argument
2278 getKeywordStatus(String keyword, int offset, Set<Double> explicits, Output<Double> uniqueValue, SampleType sampleType) argument
[all...]

Completed in 520 milliseconds