Searched refs:togo (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | locid.cpp | 316 CharString togo(newLanguage, lsize, status); // start with newLanguage in Locale() local 382 togo.append(SEP_CHAR, status); in Locale() 387 togo.append(newCountry, status); in Locale() 392 togo.append(SEP_CHAR, status) in Locale() 399 togo.append('@', status); /* keyword parsing */ in Locale() 402 togo.append('_', status); /* Variant parsing with a script */ in Locale() 404 togo.append('_', status); /* No country found */ in Locale() 407 togo.append(newKeywords, status); in Locale() 417 init(togo.data(), FALSE); in Locale()
|
D | ucnv2022.cpp | 788 int32_t togo; in getKey_2022() local 793 togo = normalize_esq_chars_2022[(uint8_t)c]; in getKey_2022() 794 if(togo == 0) { in getKey_2022() 800 togo = (*key << 5) + togo; in getKey_2022() 809 if (escSeqStateTable_Key_2022[mid] > togo){ in getKey_2022() 812 else if (escSeqStateTable_Key_2022[mid] < togo){ in getKey_2022() 816 *key = togo; in getKey_2022()
|
/external/python/cpython2/Demo/threads/ |
D | sync.py | 360 self.togo = n 366 self.togo = self.togo - 1 367 if self.togo: 370 self.togo = self.n
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISO2022.java | 723 int togo; in getKey_2022() local 728 togo = normalize_esq_chars_2022[c&UConverterConstants.UNSIGNED_BYTE_MASK]; in getKey_2022() 730 if (togo == 0) { in getKey_2022() 736 togo = (key[0] << 5) + togo; in getKey_2022() 745 if (escSeqStateTable_Key_2022[mid] > togo) { in getKey_2022() 747 } else if (escSeqStateTable_Key_2022[mid] < togo) { in getKey_2022() 750 key[0] = togo; in getKey_2022()
|
/external/icu/icu4c/source/data/region/ |
D | ksf.txt | 197 TG{"togo"}
|