Searched refs:C_TAG (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | idnaconf.cpp | 25 static const UChar C_TAG[] = {0x3D, 0x3D, 0x3D, 0x3D, 0x3D, 0}; // ===== variable 294 while (s.compare(C_TAG, -1) != 0); //"=====" in Test() 300 if (s.compare(C_TAG, -1) == 0){ //"=====" in Test()
|
/external/icu4c/test/intltest/ |
D | idnaconf.cpp | 25 static const UChar C_TAG[] = {0x3D, 0x3D, 0x3D, 0x3D, 0x3D, 0}; // ===== variable 294 while (s.compare(C_TAG, -1) != 0); //"=====" in Test() 300 if (s.compare(C_TAG, -1) == 0){ //"=====" in Test()
|